Skip to content

Commit

Permalink
Update coursier, coursier-cats-interop, ... to 2.0.15 (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 21, 2021
1 parent c85ce8d commit 83e12f1
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.3"
libraryDependencies += "com.github.pathikrit" %% "better-files" % "3.9.1"
libraryDependencies += "io.get-coursier" %% "coursier-core" % "2.0.14"
libraryDependencies += "io.get-coursier" %% "coursier-core" % "2.0.15"
libraryDependencies += "org.antlr" % "antlr4-runtime" % "4.9.2"
libraryDependencies += "io.estatico" %% "newtype" % "0.4.4"
libraryDependencies += "eu.timepit" %% "refined" % "0.9.21"
Expand All @@ -60,5 +60,5 @@ libraryDependencies += "com.47deg" %% "github4s" % "0.28.3"
libraryDependencies += "io.lemonlabs" %% "scala-uri" % "3.2.0"
libraryDependencies += "org.http4s" %% "http4s-blaze-client" % "0.21.20"
libraryDependencies += "org.scalameta" %% "scalameta" % "4.4.10"
libraryDependencies += "io.get-coursier" %% "coursier" % "2.0.14"
libraryDependencies += "io.get-coursier" %% "coursier-cats-interop" % "2.0.14"
libraryDependencies += "io.get-coursier" %% "coursier" % "2.0.15"
libraryDependencies += "io.get-coursier" %% "coursier-cats-interop" % "2.0.15"

0 comments on commit 83e12f1

Please sign in to comment.