Skip to content

Commit 20a75a5

Browse files
authored
Merge pull request #223 from rossabaker/rc2
Scala 3.0.0-RC2 for 3.x
2 parents d951982 + 233baf8 commit 20a75a5

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
matrix:
2828
os: [ubuntu-latest]
29-
scala: [2.12.12, 2.13.5, 3.0.0-M3, 3.0.0-RC1]
29+
scala: [2.12.12, 2.13.5, 3.0.0-RC2, 3.0.0-RC1]
3030
java: [adopt@1.8]
3131
runs-on: ${{ matrix.os }}
3232
steps:

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType}
33
val Scala212 = "2.12.12"
44

55
ThisBuild / baseVersion := "3.0"
6-
ThisBuild / crossScalaVersions := Seq(Scala212, "2.13.5", "3.0.0-M3", "3.0.0-RC1")
6+
ThisBuild / crossScalaVersions := Seq(Scala212, "2.13.5", "3.0.0-RC2", "3.0.0-RC1")
77
ThisBuild / scalaVersion := crossScalaVersions.value.filter(_.startsWith("2.")).last
88
ThisBuild / publishFullName := "Christopher Davenport"
99
ThisBuild / publishGithubUser := "christopherdavenport"
@@ -93,8 +93,8 @@ lazy val docs = project.in(file("docs"))
9393
.enablePlugins(MicrositesPlugin)
9494
.enablePlugins(TutPlugin)
9595

96-
val catsV = "2.4.2"
97-
val catsEffectV = "3.0.0"
96+
val catsV = "2.5.0"
97+
val catsEffectV = "3.0.1"
9898
val disciplineSpecs2V = "1.1.4"
9999
val specs2V = "4.10.6"
100100

project/build.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
sbt.version=1.4.9
2-

0 commit comments

Comments
 (0)