Skip to content

Commit

Permalink
Merge pull request #10 from scala-steward/update/cats-core-2.0.0-RC2
Browse files Browse the repository at this point in the history
Update cats-core, cats-effect, cats-free to 2.0.0-RC2
  • Loading branch information
Atry authored Sep 10, 2019
2 parents 7356de3 + 9085248 commit f1b6064
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions domains-cats/build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
libraryDependencies += "org.typelevel" %%% "cats-free" % "2.0.0-M4" % Test
libraryDependencies += "org.typelevel" %%% "cats-free" % "2.0.0-RC2" % Test

libraryDependencies += "org.typelevel" %%% "cats-free" % "2.0.0-M4" % Optional // For Scaladoc
libraryDependencies += "org.typelevel" %%% "cats-free" % "2.0.0-RC2" % Optional // For Scaladoc

libraryDependencies += "org.typelevel" %%% "cats-core" % "2.0.0-M4"
libraryDependencies += "org.typelevel" %%% "cats-core" % "2.0.0-RC2"

libraryDependencies += "org.scalatest" %%% "scalatest" % "3.0.8" % Test

Expand Down

0 comments on commit f1b6064

Please sign in to comment.