Skip to content

Commit 23ae262

Browse files
committed
Out with 3.0.0-M3, in with Scala 3.0.0-RC2
1 parent 0b79e1a commit 23ae262

3 files changed

Lines changed: 9 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
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.13, 2.13.5, 3.0.0-M3, 3.0.0-RC1]
29+
scala: [2.12.13, 2.13.5, 3.0.0-RC2, 3.0.0-RC1]
3030
java: [adopt@1.8]
3131
runs-on: ${{ matrix.os }}
3232
steps:
@@ -134,12 +134,12 @@ jobs:
134134
tar xf targets.tar
135135
rm targets.tar
136136
137-
- name: Download target directories (3.0.0-M3)
137+
- name: Download target directories (3.0.0-RC2)
138138
uses: actions/download-artifact@v2
139139
with:
140-
name: target-${{ matrix.os }}-3.0.0-M3-${{ matrix.java }}
140+
name: target-${{ matrix.os }}-3.0.0-RC2-${{ matrix.java }}
141141

142-
- name: Inflate target directories (3.0.0-M3)
142+
- name: Inflate target directories (3.0.0-RC2)
143143
run: |
144144
tar xf targets.tar
145145
rm targets.tar

build.sbt

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

55
ThisBuild / baseVersion := "2.1"
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"
@@ -91,9 +91,9 @@ lazy val docs = project.in(file("docs"))
9191
.enablePlugins(MicrositesPlugin)
9292
.enablePlugins(MdocPlugin)
9393

94-
val catsV = "2.4.2"
95-
val catsEffectV = "2.4.0"
96-
val uniqueV = "2.1.2"
94+
val catsV = "2.5.0"
95+
val catsEffectV = "2.4.1"
96+
val uniqueV = "2.1.3"
9797
val disciplineSpecs2V = "1.1.4"
9898
val specs2V = "4.10.6"
9999

project/build.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
sbt.version=1.4.5
2-
1+
sbt.version=1.4.9

0 commit comments

Comments
 (0)