Skip to content

Commit

Permalink
Merge pull request #1233 from scalacenter/update/coursier-2.1.5
Browse files Browse the repository at this point in the history
Update coursier to 2.1.5
  • Loading branch information
adpi2 authored Jul 4, 2023
2 parents 959cbcb + e9db674 commit 1f10251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ lazy val infra = project
"com.typesafe.akka" %% "akka-stream" % V.akkaVersion,
"com.typesafe.akka" %% "akka-http" % V.akkaHttpVersion,
"de.heikoseeberger" %% "akka-http-circe" % "1.39.2",
"io.get-coursier" %% "coursier" % "2.1.4",
"io.get-coursier" %% "coursier" % "2.1.5",
"org.tpolecat" %% "doobie-scalatest" % V.doobieVersion % Test,
"org.scalatest" %% "scalatest" % V.scalatest % "test,it"
) ++ Seq(
Expand Down

0 comments on commit 1f10251

Please sign in to comment.