Skip to content

Commit

Permalink
Upgrade Scala 3 to RC2 (#181)
Browse files Browse the repository at this point in the history
* Upgrade Scala 3 to RC2

* Update CI config
  • Loading branch information
ghostdogpr authored Apr 14, 2021
1 parent 367e832 commit e241bd4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 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-RC1
SCALA_VERSION: 3.0.0-RC2

jdk_8: &jdk_8
JDK_VERSION: 8
Expand Down Expand Up @@ -300,13 +300,19 @@ workflows:
- lint
filters:
<<: *filter_tags
- test_dotty_jdk11_jvm:
requires:
- lint
filters:
<<: *filter_tags
- release:
context: Sonatype2
requires:
- test_212_jdk8_jvm
- test_212_jdk11_jvm
- test_213_jdk8_jvm
- test_213_jdk11_jvm
- test_dotty_jdk11_jvm
- mdoc
filters:
<<: *filter_tags
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.5"
val zioVersion = "1.0.6"

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-RC1"
val DottyVersion = "3.0.0-RC2"

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

0 comments on commit e241bd4

Please sign in to comment.