Skip to content

Commit

Permalink
Scala 3.0.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
larsrh committed Mar 29, 2021
1 parent d43444f commit f842289
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.0.0-M3, 3.0.0-RC1, 2.12.13, 2.13.5]
scala: [3.0.0-RC1, 3.0.0-RC2, 2.12.13, 2.13.5]
java: [[email protected], [email protected]]
runs-on: ${{ matrix.os }}
steps:
Expand Down
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ ThisBuild / baseVersion := "2.4"

val OldScala = "2.12.13"
val NewScala = "2.13.5"
val OldDotty = "3.0.0-M3"
val NewDotty = "3.0.0-RC1"
val OldDotty = "3.0.0-RC1"
val NewDotty = "3.0.0-RC2"

ThisBuild / crossScalaVersions := Seq(OldDotty, NewDotty, OldScala, NewScala)
ThisBuild / scalaVersion := (ThisBuild / crossScalaVersions).value.last
Expand Down Expand Up @@ -59,8 +59,8 @@ ThisBuild / scmInfo := Some(
ScmInfo(url("https://github.com/typelevel/cats-effect"), "[email protected]:typelevel/cats-effect.git")
)

val CatsVersion = "2.4.2"
val DisciplineMunitVersion = "1.0.6"
val CatsVersion = "2.5.0"
val DisciplineMunitVersion = "1.0.7"
val SilencerVersion = "1.7.3"

replaceCommandAlias(
Expand Down

0 comments on commit f842289

Please sign in to comment.