Skip to content

Commit

Permalink
Update coursier, coursier-cats-interop to 2.0.0-RC3-2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 11, 2019
1 parent bbfdd65 commit c5c7c45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ object Dependencies {
val circeRefined = "io.circe" %% "circe-refined" % Versions.circe
val circeExtras = "io.circe" %% "circe-generic-extras" % Versions.circe
val commonsIo = "commons-io" % "commons-io" % "2.6"
val coursierCore = "io.get-coursier" %% "coursier" % "2.0.0-RC3-1"
val coursierCatsInterop = "io.get-coursier" %% "coursier-cats-interop" % "2.0.0-RC3-1"
val coursierCore = "io.get-coursier" %% "coursier" % "2.0.0-RC3-2"
val coursierCatsInterop = "io.get-coursier" %% "coursier-cats-interop" % "2.0.0-RC3-2"
val fs2Core = "co.fs2" %% "fs2-core" % "1.0.5"
val http4sBlazeClient = "org.http4s" %% "http4s-blaze-client" % Versions.http4s
val http4sCirce = "org.http4s" %% "http4s-circe" % Versions.http4s
Expand Down

0 comments on commit c5c7c45

Please sign in to comment.