Skip to content

Commit

Permalink
Support scala 3.0.0-RC3 (scalapb#1131)
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyklim authored Apr 22, 2021
1 parent ee9b4d3 commit 4d52ee7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
SCALA_VERSION: ${{matrix.scala}}
strategy:
matrix:
scala: [2_12, 2_13, 3_0_0_RC2]
scala: [2_12, 2_13, 3_0_0_RC3]
script: [mima, e2e, proptest]
include:
- scala: 2_12
Expand Down
12 changes: 6 additions & 6 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@ object Dependencies {
val collectionCompat = "2.4.3"
val coursier = "2.0.16"
val protocGen = "0.9.2"
val protobufRuntimeScala = "0.8.10"
val protobufRuntimeScala = "0.8.11"
val commonsCodec = "1.15"

// For testing
val annotationApi = "1.3.2"
val cats = "2.5.0"
val cats = "2.6.0"
val mockito = "3.2.0"
val munit = "0.7.25"
val scalaTest = "3.2.7"
val scalaTest = "3.2.8"
val scalaTestPlusMockito = "3.1.0.0"
val scalaTestPlusScalaCheck = "3.2.7.0"
val utest = "0.7.8"
val scalaTestPlusScalaCheck = "3.2.8.0"
val utest = "0.7.9"
}

val Scala212 = "2.12.13"

val Scala213 = "2.13.5"

val Dotty = "3.0.0-RC2"
val Dotty = "3.0.0-RC3"

val silencer = Seq(
sbt.compilerPlugin(
Expand Down

0 comments on commit 4d52ee7

Please sign in to comment.