Skip to content

Commit b59d161

Browse files
authored
Upgrade Scala 3 to RC3 (#186)
1 parent 46fc362 commit b59d161

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ scala_213: &scala_213
77
SCALA_VERSION: 2.13.4
88

99
scala_dotty: &scala_dotty
10-
SCALA_VERSION: 3.0.0-RC2
10+
SCALA_VERSION: 3.0.0-RC3
1111

1212
jdk_8: &jdk_8
1313
JDK_VERSION: 8

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ inThisBuild(
3030
addCommandAlias("fmt", "all scalafmtSbt scalafmt test:scalafmt")
3131
addCommandAlias("check", "all scalafmtSbtCheck scalafmtCheck test:scalafmtCheck")
3232

33-
val zioVersion = "1.0.6"
33+
val zioVersion = "1.0.7"
3434

3535
lazy val root = project
3636
.in(file("."))

project/BuildHelper.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ object BuildHelper {
1414
private val Scala211 = "2.11.12"
1515
private val Scala212 = "2.12.13"
1616
private val Scala213 = "2.13.5"
17-
val DottyVersion = "3.0.0-RC2"
17+
val DottyVersion = "3.0.0-RC3"
1818

1919
def buildInfoSettings(packageName: String) =
2020
Seq(

0 commit comments

Comments
 (0)