-
Notifications
You must be signed in to change notification settings - Fork 535
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1967 from typelevel/topic/dotty-for-ce3
Scala 3.0.0 final [CE3]
- Loading branch information
Showing
4 changed files
with
9 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
strategy: | ||
matrix: | ||
os: [ubuntu-latest, windows-latest] | ||
scala: [3.0.0-RC2, 3.0.0-RC3, 2.12.13, 2.13.5] | ||
scala: [3.0.0, 2.12.13, 2.13.5] | ||
java: | ||
- [email protected] | ||
- [email protected] | ||
|
@@ -37,9 +37,7 @@ jobs: | |
- ci: ciJS | ||
java: [email protected] | ||
- os: windows-latest | ||
scala: 3.0.0-RC2 | ||
- os: windows-latest | ||
scala: 3.0.0-RC3 | ||
scala: 3.0.0 | ||
- os: windows-latest | ||
scala: 2.12.13 | ||
- os: windows-latest | ||
|
@@ -51,9 +49,7 @@ jobs: | |
- ci: ciFirefox | ||
java: [email protected] | ||
- os: windows-latest | ||
scala: 3.0.0-RC2 | ||
- os: windows-latest | ||
scala: 3.0.0-RC3 | ||
scala: 3.0.0 | ||
- os: windows-latest | ||
scala: 2.12.13 | ||
- os: windows-latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ val Windows = "windows-latest" | |
val ScalaJSJava = "[email protected]" | ||
val Scala213 = "2.13.5" | ||
|
||
ThisBuild / crossScalaVersions := Seq("3.0.0-RC2", "3.0.0-RC3", "2.12.13", Scala213) | ||
ThisBuild / crossScalaVersions := Seq("3.0.0", "2.12.13", Scala213) | ||
|
||
ThisBuild / githubWorkflowTargetBranches := Seq("series/3.x") | ||
|
||
|
@@ -146,11 +146,11 @@ ThisBuild / apiURL := Some(url("https://typelevel.org/cats-effect/api/3.x/")) | |
|
||
ThisBuild / autoAPIMappings := true | ||
|
||
val CatsVersion = "2.6.0" | ||
val CatsVersion = "2.6.1" | ||
val Specs2Version = "4.11.0" | ||
val ScalaCheckVersion = "1.15.4" | ||
val DisciplineVersion = "1.1.5" | ||
val CoopVersion = "1.1.0" | ||
val DisciplineVersion = "1.1.6" | ||
val CoopVersion = "1.1.1" | ||
|
||
replaceCommandAlias( | ||
"ci", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters