Skip to content

Commit

Permalink
Update interface to 1.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
scalameta-bot authored and kitbellew committed Nov 25, 2024
1 parent fe9c3a9 commit d910fbe
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 @@ -71,7 +71,7 @@ lazy val dynamic = crossProject(JVMPlatform, NativePlatform)
buildInfoPackage := "org.scalafmt.dynamic",
buildInfoObject := "BuildInfo",
libraryDependencies ++= List(
"io.get-coursier" % "interface" % "1.0.23",
"io.get-coursier" % "interface" % "1.0.24",
"com.typesafe" % "config" % "1.4.3",
munit.value % Test,
scalametaTestkit.value % Test,
Expand Down

0 comments on commit d910fbe

Please sign in to comment.