From 0b3c204a78f7e94138a37b4552824cba2aba6a1c Mon Sep 17 00:00:00 2001 From: Scalameta Bot Date: Mon, 25 Nov 2024 01:14:56 +0000 Subject: [PATCH] Update interface to 1.0.24 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fdd8bd4bf6..c69310a6c9 100644 --- a/build.sbt +++ b/build.sbt @@ -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,