Skip to content

Commit

Permalink
Update coursier, coursier-cats-interop, ... to 2.0.12 (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 15, 2021
1 parent dd8f24c commit f0ec931
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Expand Up @@ -50,7 +50,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.11"
libraryDependencies += "io.get-coursier" %% "coursier-core" % "2.0.12"
libraryDependencies += "org.antlr" % "antlr4-runtime" % "4.9.1"
libraryDependencies += "io.estatico" %% "newtype" % "0.4.4"
libraryDependencies += "eu.timepit" %% "refined" % "0.9.20"
Expand All @@ -60,5 +60,5 @@ libraryDependencies += "com.47deg" %% "github4s" % "0.28.2"
libraryDependencies += "io.lemonlabs" %% "scala-uri" % "3.0.0"
libraryDependencies += "org.http4s" %% "http4s-blaze-client" % "0.21.19"
libraryDependencies += "org.scalameta" %% "scalameta" % "4.4.8"
libraryDependencies += "io.get-coursier" %% "coursier" % "2.0.11"
libraryDependencies += "io.get-coursier" %% "coursier-cats-interop" % "2.0.11"
libraryDependencies += "io.get-coursier" %% "coursier" % "2.0.12"
libraryDependencies += "io.get-coursier" %% "coursier-cats-interop" % "2.0.12"

0 comments on commit f0ec931

Please sign in to comment.