Skip to content

Commit

Permalink
Update interface to 1.0.22 (#2443)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 20, 2024
1 parent 184b65d commit 20c0ee1
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.21",
"io.get-coursier" % "interface" % "1.0.22",
"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 20c0ee1

Please sign in to comment.