Skip to content

Commit

Permalink
Update mill-scalalib to 0.8.0-1-d81662 (#1551)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jul 27, 2020
1 parent 53c40df commit ce9ad70
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 @@ -3,7 +3,7 @@ import sbt.Keys._

object Dependencies {
val mill = Def.setting {
val version = if (scalaBinaryVersion.value == "2.12") "0.6.3" else "0.8.0"
val version = if (scalaBinaryVersion.value == "2.12") "0.6.3" else "0.8.0-1-d81662"
"com.lihaoyi" %% "mill-scalalib" % version
}
val attoCore = "org.tpolecat" %% "atto-core" % "0.8.0"
Expand Down

0 comments on commit ce9ad70

Please sign in to comment.