Skip to content

Commit

Permalink
upgrade dotty version (zio#2121)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgfraser authored Nov 3, 2019
1 parent 0dac767 commit b109266
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ scala_213: &scala_213
SCALA_VERSION: 2.13.1

scala_dotty: &scala_dotty
SCALA_VERSION: 0.19.0-RC1
SCALA_VERSION: 0.20.0-RC1

jdk_8: &jdk_8
JDK_VERSION: 8
Expand Down
2 changes: 1 addition & 1 deletion project/BuildHelper.scala
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ object BuildHelper {

val dottySettings = Seq(
// Keep this consistent with the version in .circleci/config.yml
crossScalaVersions += "0.19.0-RC1",
crossScalaVersions += "0.20.0-RC1",
scalacOptions ++= {
if (isDotty.value)
Seq("-noindent")
Expand Down

0 comments on commit b109266

Please sign in to comment.