Skip to content

Commit

Permalink
Update interface to 1.0.24 (#2471)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 21, 2024
1 parent ad50ee3 commit 9abcce4
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 @@ -210,7 +210,7 @@ lazy val tools = project
.settings(
libraryDependencies ++= Seq(
"org.scalameta" % "scalafmt-interfaces" % scalafmtVersion,
"io.get-coursier" % "interface" % "1.0.23",
"io.get-coursier" % "interface" % "1.0.24",
"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 9abcce4

Please sign in to comment.