Skip to content

Commit

Permalink
Update interface to 1.0.20 (#2398)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 12, 2024
1 parent 131a876 commit e3ec8dd
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 @@ -211,7 +211,7 @@ lazy val tools = project
.settings(
libraryDependencies ++= Seq(
"org.scalameta" % "scalafmt-interfaces" % scalafmtVersion,
"io.get-coursier" % "interface" % "1.0.19",
"io.get-coursier" % "interface" % "1.0.20",
"com.softwaremill.sttp.client3" %% "zio" % sttpVersion,
"dev.zio" %% "zio-test" % zioVersion % Test,
"dev.zio" %% "zio-test-sbt" % zioVersion % Test,
Expand Down

0 comments on commit e3ec8dd

Please sign in to comment.