Skip to content

Commit

Permalink
Upgrade Scala 3 to RC3 (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdogpr authored May 1, 2021
1 parent 46fc362 commit b59d161
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ scala_213: &scala_213
SCALA_VERSION: 2.13.4

scala_dotty: &scala_dotty
SCALA_VERSION: 3.0.0-RC2
SCALA_VERSION: 3.0.0-RC3

jdk_8: &jdk_8
JDK_VERSION: 8
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ inThisBuild(
addCommandAlias("fmt", "all scalafmtSbt scalafmt test:scalafmt")
addCommandAlias("check", "all scalafmtSbtCheck scalafmtCheck test:scalafmtCheck")

val zioVersion = "1.0.6"
val zioVersion = "1.0.7"

lazy val root = project
.in(file("."))
Expand Down
2 changes: 1 addition & 1 deletion project/BuildHelper.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ object BuildHelper {
private val Scala211 = "2.11.12"
private val Scala212 = "2.12.13"
private val Scala213 = "2.13.5"
val DottyVersion = "3.0.0-RC2"
val DottyVersion = "3.0.0-RC3"

def buildInfoSettings(packageName: String) =
Seq(
Expand Down

0 comments on commit b59d161

Please sign in to comment.