Skip to content

Commit

Permalink
Merge pull request #528 from scala-steward/update/munit-1.0.0-M11
Browse files Browse the repository at this point in the history
Update munit to 1.0.0-M11
  • Loading branch information
lenguyenthanh authored Feb 20, 2024
2 parents 5231a8f + f2caa96 commit 981950b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ libraryDependencies += "io.kamon" %% "kamon-prometheus" %
libraryDependencies += "io.kamon" %% "kamon-system-metrics" % kamonVersion
libraryDependencies += "com.softwaremill.macwire" %% "macros" % "2.5.9" % "provided"
libraryDependencies += "com.roundeights" %% "hasher" % "1.3.1"
libraryDependencies += "org.scalameta" %% "munit" % "1.0.0-M10" % Test
libraryDependencies += "org.scalameta" %% "munit" % "1.0.0-M11" % Test

resolvers ++= Resolver.sonatypeOssRepos("snapshots")
resolvers += "lila-maven" at "https://raw.githubusercontent.com/ornicar/lila-maven/master"
Expand Down

0 comments on commit 981950b

Please sign in to comment.