Skip to content

Commit

Permalink
Update alleycats-core, cats-core, cats-free, ... to 2.0.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 27, 2019
1 parent 22c7e2d commit 7ed385f
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 @@ -80,7 +80,7 @@ lazy val buildSettings = Seq(
scmInfo := Some(ScmInfo(url("https://github.com/julien-truffaut/Monocle"), "scm:git:git@github.com:julien-truffaut/Monocle.git"))
)

lazy val catsVersion = "2.0.0-RC1"
lazy val catsVersion = "2.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 7ed385f

Please sign in to comment.