Skip to content

Commit

Permalink
Merge pull request #60 from typelevel/topic/dotty-rc2
Browse files Browse the repository at this point in the history
Scala 3.0.0-RC2
  • Loading branch information
larsrh authored Mar 29, 2021
2 parents f111b62 + 3ca4403 commit 26c34d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.0.0-M3, 3.0.0-RC1, 2.12.13, 2.13.5]
scala: [3.0.0-RC1, 3.0.0-RC2, 2.12.13, 2.13.5]
java:
- [email protected]
- [email protected]
Expand Down
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ThisBuild / publishFullName := "Daniel Spiewak"

ThisBuild / strictSemVer := false

ThisBuild / crossScalaVersions := Seq("3.0.0-M3", "3.0.0-RC1", "2.12.13", "2.13.5")
ThisBuild / crossScalaVersions := Seq("3.0.0-RC1", "3.0.0-RC2", "2.12.13", "2.13.5")

ThisBuild / githubWorkflowJavaVersions := Seq("[email protected]", "[email protected]", "[email protected]", "[email protected]")

Expand All @@ -45,5 +45,5 @@ lazy val core = crossProject(JSPlatform, JVMPlatform).in(file("core"))
.settings(dottyLibrarySettings)
.settings(
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-free" % "2.4.2",
"org.typelevel" %%% "cats-mtl" % "1.1.2"))
"org.typelevel" %%% "cats-free" % "2.5.0",
"org.typelevel" %%% "cats-mtl" % "1.1.3"))

0 comments on commit 26c34d4

Please sign in to comment.