Skip to content

Commit

Permalink
Update coursier, coursier-cats-interop, ... to 2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 19, 2021
1 parent 208b98b commit 1ef605f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ libraryDependencies ++= Seq(
libraryDependencies += "org.jsoup" % "jsoup" % "1.13.1"
libraryDependencies += "org.typelevel" %% "cats-effect" % "2.3.1"
libraryDependencies += "com.github.pathikrit" %% "better-files" % "3.9.1"
libraryDependencies += "io.get-coursier" %% "coursier-core" % "2.0.8"
libraryDependencies += "io.get-coursier" %% "coursier-core" % "2.0.9"
libraryDependencies += "org.antlr" % "antlr4-runtime" % "4.9.1"
libraryDependencies += "io.estatico" %% "newtype" % "0.4.4"
libraryDependencies += "eu.timepit" %% "refined" % "0.9.20"
Expand All @@ -62,5 +62,5 @@ libraryDependencies += "com.47deg" %% "github4s" % "0.27.1"
libraryDependencies += "io.lemonlabs" %% "scala-uri" % "3.0.0"
libraryDependencies += "org.http4s" %% "http4s-blaze-client" % "0.21.15"
libraryDependencies += "org.scalameta" %% "scalameta" % "4.4.6"
libraryDependencies += "io.get-coursier" %% "coursier" % "2.0.8"
libraryDependencies += "io.get-coursier" %% "coursier-cats-interop" % "2.0.8"
libraryDependencies += "io.get-coursier" %% "coursier" % "2.0.9"
libraryDependencies += "io.get-coursier" %% "coursier-cats-interop" % "2.0.9"

0 comments on commit 1ef605f

Please sign in to comment.