Skip to content

Commit 8150ed8

Browse files
authored
Merge pull request #173 from scala-steward/update/munit-1.3.3
Update munit to 1.3.3
2 parents 60d7fc4 + 1b1dfdd commit 8150ed8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ lazy val lila: Project = Project("lila", file("lila"))
6060
libraryDependencies ++= List(
6161
"com.github.ben-manes.caffeine" % "caffeine" % "3.2.4" % "compile",
6262
"com.github.blemale" %% "scaffeine" % "5.3.0" % "compile",
63-
"org.scalameta" %% "munit" % "1.3.2" % Test,
63+
"org.scalameta" %% "munit" % "1.3.3" % Test,
6464
"com.github.lichess-org" % "TypeMap" % "0.2.2"
6565
),
6666
resolvers += "jitpack".at("https://jitpack.io")

0 commit comments

Comments
 (0)