Skip to content

Commit

Permalink
Update mill-scalalib to 0.9.8 (#2149)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored May 28, 2021
1 parent de88ae9 commit 641d341
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.2"
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.9.7")
val millVersion = Def.setting(if (scalaBinaryVersion.value == "2.12") "0.6.3" else "0.9.8")
val millScalalib = Def.setting("com.lihaoyi" %% "mill-scalalib" % millVersion.value)
val monocleCore = "com.github.julien-truffaut" %% "monocle-core" % "2.1.0"
val munit = "org.scalameta" %% "munit" % "0.7.26"
Expand Down

0 comments on commit 641d341

Please sign in to comment.