We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents faf842f + 1e2fb97 commit 26efd47Copy full SHA for 26efd47
build.sbt
@@ -80,7 +80,7 @@ val tests = project
80
s"-Jdummy=${jar.lastModified}"
81
) // borrowed from bm4
82
},
83
- libraryDependencies ++= Seq("org.scalameta" %% "munit" % "1.1.1" % Test),
+ libraryDependencies ++= Seq("org.scalameta" %% "munit" % "1.1.2" % Test),
84
buildInfoKeys ++= Seq(scalaVersion),
85
buildInfoPackage := "b2s.buildinfo",
86
Compile / doc / sources := Seq()
0 commit comments