Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import org.typelevel.sbt.tpolecat.{CiMode, DevMode}
import scala.sys.process.Process
import snapshot4s.BuildInfo.snapshot4sVersion

val munitVersion = "1.3.4"
val munitVersion = "1.3.5"
val munitScalacheckVersion = "1.3.0"
val catsVersion = "2.13.0"
val circeVersion = "0.14.16"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ThisBuild / diffliciousCliAutoDependency := false

libraryDependencies ++= Seq(
"com.github.jatcwang" %% "difflicious-munit" % sys.props("plugin.version"),
"org.scalameta" %% "munit" % "1.3.4",
"org.scalameta" %% "munit" % "1.3.5",
).map(_ % Test)

Test / diffliciousScalaTestJsonlReporterEnabled := false
Expand Down