Skip to content

Commit 07db15f

Browse files
authored
Merge pull request #1915 from djspiewak/build/rc3-ce3
Updated to Scala 3.0.0-RC3
2 parents 76729eb + 2bb92d3 commit 07db15f

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-latest, windows-latest]
25-
scala: [3.0.0-RC1, 3.0.0-RC2, 2.12.13, 2.13.5]
25+
scala: [3.0.0-RC2, 3.0.0-RC3, 2.12.13, 2.13.5]
2626
java:
2727
2828
@@ -36,10 +36,10 @@ jobs:
3636
3737
- ci: ciJS
3838
39-
- os: windows-latest
40-
scala: 3.0.0-RC1
4139
- os: windows-latest
4240
scala: 3.0.0-RC2
41+
- os: windows-latest
42+
scala: 3.0.0-RC3
4343
- os: windows-latest
4444
scala: 2.12.13
4545
- os: windows-latest
@@ -50,10 +50,10 @@ jobs:
5050
5151
- ci: ciFirefox
5252
53-
- os: windows-latest
54-
scala: 3.0.0-RC1
5553
- os: windows-latest
5654
scala: 3.0.0-RC2
55+
- os: windows-latest
56+
scala: 3.0.0-RC3
5757
- os: windows-latest
5858
scala: 2.12.13
5959
- os: windows-latest

build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ val Windows = "windows-latest"
4747
val ScalaJSJava = "[email protected]"
4848
val Scala213 = "2.13.5"
4949

50-
ThisBuild / crossScalaVersions := Seq("3.0.0-RC1", "3.0.0-RC2", "2.12.13", Scala213)
50+
ThisBuild / crossScalaVersions := Seq("3.0.0-RC2", "3.0.0-RC3", "2.12.13", Scala213)
5151

5252
ThisBuild / githubWorkflowTargetBranches := Seq("series/3.x")
5353

@@ -146,11 +146,11 @@ ThisBuild / apiURL := Some(url("https://typelevel.org/cats-effect/api/3.x/"))
146146

147147
ThisBuild / autoAPIMappings := true
148148

149-
val CatsVersion = "2.5.0"
149+
val CatsVersion = "2.6.0"
150150
val Specs2Version = "4.10.6"
151151
val ScalaCheckVersion = "1.15.3"
152-
val DisciplineVersion = "1.1.4"
153-
val CoopVersion = "1.0.0"
152+
val DisciplineVersion = "1.1.5"
153+
val CoopVersion = "1.1.0"
154154

155155
replaceCommandAlias(
156156
"ci",

0 commit comments

Comments
 (0)