Skip to content

Commit

Permalink
Merge pull request #54 from typelevel/topic/rc1
Browse files Browse the repository at this point in the history
Scala 3.0.0-RC1
  • Loading branch information
larsrh authored Feb 17, 2021
2 parents da9c508 + 75d9652 commit 0029028
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.0.0-M2, 3.0.0-M3, 2.12.12, 2.13.4]
scala: [3.0.0-M3, 3.0.0-RC1, 2.12.12, 2.13.4]
java:
- [email protected]
- [email protected]
- [email protected]
- [email protected]
runs-on: ${{ matrix.os }}
steps:
Expand Down
10 changes: 4 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ ThisBuild / publishFullName := "Daniel Spiewak"

ThisBuild / strictSemVer := false

ThisBuild / crossScalaVersions := Seq("3.0.0-M2", "3.0.0-M3", "2.12.12", "2.13.4")
ThisBuild / crossScalaVersions := Seq("3.0.0-M3", "3.0.0-RC1", "2.12.12", "2.13.4")

// Restore running the CI on Java 15 (https://github.com/lampepfl/dotty/issues/10131).
ThisBuild / githubWorkflowJavaVersions := Seq("[email protected]", "[email protected]", "[email protected]")
ThisBuild / githubWorkflowJavaVersions := Seq("[email protected]", "[email protected]", "[email protected]", "[email protected]")

ThisBuild / homepage := Some(url("https://github.com/typelevel/coop"))

Expand All @@ -46,6 +45,5 @@ lazy val core = crossProject(JSPlatform, JVMPlatform).in(file("core"))
.settings(dottyLibrarySettings)
.settings(
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-free" % "2.4.1",
"org.typelevel" %%% "cats-mtl" % "1.1.1"))

"org.typelevel" %%% "cats-free" % "2.4.2",
"org.typelevel" %%% "cats-mtl" % "1.1.2"))

0 comments on commit 0029028

Please sign in to comment.