Skip to content

Commit

Permalink
Bump to Scala 3 RC2 (#1132)
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-truffaut authored Mar 30, 2021
1 parent 5ca2495 commit 4dfa3c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ lazy val buildSettings = Seq(
)

lazy val catsVersion = "2.5.0"
lazy val dottyVersions = Seq("3.0.0-RC1")
lazy val dottyVersions = Seq("3.0.0-RC2")

lazy val cats = Def.setting("org.typelevel" %%% "cats-core" % catsVersion)
lazy val catsFree = Def.setting("org.typelevel" %%% "cats-free" % catsVersion)
Expand Down

0 comments on commit 4dfa3c5

Please sign in to comment.