Skip to content

Commit

Permalink
Merge pull request #14 from scala-steward/update/cats-core-2.0.0
Browse files Browse the repository at this point in the history
Update cats-core, cats-effect, cats-free to 2.0.0
  • Loading branch information
Atry authored Sep 10, 2019
2 parents ec657c9 + eb210e6 commit fd419da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion domains-cats/.jvm/jvm.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ enablePlugins(Example)

import Ordering.Implicits._

libraryDependencies += "org.typelevel" %%% "cats-effect" % "2.0.0-RC2" % Optional
libraryDependencies += "org.typelevel" %%% "cats-effect" % "2.0.0" % Optional

sourceGenerators in Test := {
(sourceGenerators in Test).value.filterNot { sourceGenerator =>
Expand Down
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-RC2" % Test
libraryDependencies += "org.typelevel" %%% "cats-free" % "2.0.0" % Test

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

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

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

Expand Down

0 comments on commit fd419da

Please sign in to comment.