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 60d7fc4 + 1b1dfdd commit 8150ed8Copy full SHA for 8150ed8
1 file changed
build.sbt
@@ -60,7 +60,7 @@ lazy val lila: Project = Project("lila", file("lila"))
60
libraryDependencies ++= List(
61
"com.github.ben-manes.caffeine" % "caffeine" % "3.2.4" % "compile",
62
"com.github.blemale" %% "scaffeine" % "5.3.0" % "compile",
63
- "org.scalameta" %% "munit" % "1.3.2" % Test,
+ "org.scalameta" %% "munit" % "1.3.3" % Test,
64
"com.github.lichess-org" % "TypeMap" % "0.2.2"
65
),
66
resolvers += "jitpack".at("https://jitpack.io")
0 commit comments