Skip to content

Commit

Permalink
Update mill-scalalib to 0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 6, 2022
1 parent 4e12175 commit 292757f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ object Dependencies {
val jjwtApi = "io.jsonwebtoken" % "jjwt-api" % "0.11.3"
val jjwtImpl = "io.jsonwebtoken" % "jjwt-impl" % jjwtApi.revision
val jjwtJackson = "io.jsonwebtoken" % "jjwt-jackson" % jjwtApi.revision
val millVersion = Def.setting(if (scalaBinaryVersion.value == "2.12") "0.6.3" else "0.10.3")
val millVersion = Def.setting(if (scalaBinaryVersion.value == "2.12") "0.6.3" else "0.10.4")
val millScalalib = Def.setting("com.lihaoyi" %% "mill-scalalib" % millVersion.value)
val monocleCore = "dev.optics" %% "monocle-core" % "3.1.0"
val munit = "org.scalameta" %% "munit" % "0.7.29"
Expand Down

0 comments on commit 292757f

Please sign in to comment.