We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db5fbf0 + a12db31 commit ead1f47Copy full SHA for ead1f47
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.2.0" % Test),
+ libraryDependencies ++= Seq("org.scalameta" %% "munit" % "1.2.1" % Test),
84
buildInfoKeys ++= Seq(scalaVersion),
85
buildInfoPackage := "b2s.buildinfo",
86
Compile / doc / sources := Seq()
0 commit comments