We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04ba1a2 commit 549eff8Copy full SHA for 549eff8
1 file changed
project/AsyncUtilsBuildPlugin.scala
@@ -207,7 +207,7 @@ object AsyncUtilsBuildPlugin extends AutoPlugin {
207
moduleName := name.value + s"-$v",
208
libraryDependencies ++= Seq(
209
"ch.epfl.scala" %% "scalafix-core" % _root_.scalafix.sbt.BuildInfo.scalafixVersion,
210
- "org.scalameta" %% "munit" % "0.7.29" % Test,
+ "org.scalameta" %% "munit" % "1.0.0" % Test,
211
"com.eed3si9n.expecty" %% "expecty" % "0.16.0" % Test,
212
),
213
scalacOptions ~= {
0 commit comments