Skip to content

Commit

Permalink
Update munit to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 23, 2024
1 parent 140b833 commit b2ee666
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ lazy val lila: Project = Project("lila", file("lila"))
commonSettings,
name := "scalalib-lila",
libraryDependencies ++= List(
"com.github.ben-manes.caffeine" % "caffeine" % "3.1.8" % "compile",
"com.github.blemale" %% "scaffeine" % "5.2.1" % "compile",
"org.scalameta" %% "munit" % "1.0.0-RC1" % Test
"com.github.ben-manes.caffeine" % "caffeine" % "3.1.8" % "compile",
"com.github.blemale" %% "scaffeine" % "5.2.1" % "compile",
"org.scalameta" %% "munit" % "1.0.0" % Test
)
)
.dependsOn(core, model, playJson)
Expand Down

0 comments on commit b2ee666

Please sign in to comment.