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 dce40bb + e28f9ca commit bd0b655Copy full SHA for bd0b655
project/Dependencies.scala
@@ -35,7 +35,7 @@ object Dependencies {
35
val jjwtJackson = "io.jsonwebtoken" % "jjwt-jackson" % jjwtApi.revision
36
val millwScriptVersion = "0.4.12"
37
val monocleCore = "dev.optics" %% "monocle-core" % "3.3.0"
38
- val munit = "org.scalameta" %% "munit" % "1.0.2"
+ val munit = "org.scalameta" %% "munit" % "1.0.3"
39
val munitCatsEffect = "org.typelevel" %% "munit-cats-effect" % "2.0.0"
40
val munitScalacheck = "org.scalameta" %% "munit-scalacheck" % "1.0.0"
41
val refined = "eu.timepit" %% "refined" % "0.11.2"
0 commit comments