Skip to content

Commit

Permalink
Bump Mill Scala version to 2.12.8 (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi-databricks authored and lihaoyi committed Dec 13, 2018
1 parent 9ba4cb6 commit 33fa0c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ trait MillPublishModule extends PublishModule{
def javacOptions = Seq("-source", "1.8", "-target", "1.8")
}
trait MillApiModule extends MillPublishModule with ScalaModule{
def scalaVersion = T{ "2.12.6" }
def scalaVersion = T{ "2.12.8" }
def compileIvyDeps = Agg(ivy"com.lihaoyi::acyclic:0.1.7")
def scalacOptions = Seq("-P:acyclic:force")
def scalacPluginIvyDeps = Agg(ivy"com.lihaoyi::acyclic:0.1.7")
Expand Down Expand Up @@ -105,7 +105,7 @@ object main extends MillModule {
}

object moduledefs extends MillPublishModule with ScalaModule{
def scalaVersion = T{ "2.12.6" }
def scalaVersion = T{ "2.12.8" }
def ivyDeps = Agg(
ivy"org.scala-lang:scala-compiler:${scalaVersion()}",
ivy"com.lihaoyi::sourcecode:0.1.4",
Expand Down

0 comments on commit 33fa0c8

Please # to comment.