Skip to content

Commit

Permalink
Scala 3.0.0-RC1 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis committed Feb 19, 2021
1 parent 1131bb1 commit eef37d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
java: [ '8', '11', '15' ]
scala: [ '2.13.4', '2.12.12', '2.11.12', '3.0.0-M3' ]
scala: [ '2.13.4', '2.12.12', '2.11.12', '3.0.0-RC1' ]
steps:
- uses: actions/checkout@v2
- name: Set up JDK
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ organization := "io.github.sullis"

scalaVersion := "2.12.12"

crossScalaVersions := Seq(scalaVersion.value, "2.11.12", "2.13.4", "3.0.0-M3")
crossScalaVersions := Seq(scalaVersion.value, "2.11.12", "2.13.4", "3.0.0-RC1")

scalacOptions += "-target:jvm-1.8"

Expand Down

0 comments on commit eef37d3

Please sign in to comment.