From bd07352bbec96e40af6c4eb830914dce12ed3ce9 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 00:20:35 +0000 Subject: [PATCH] Update interface to 1.0.22 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 99858bf..1960291 100644 --- a/build.sbt +++ b/build.sbt @@ -30,7 +30,7 @@ lazy val `sbt-version-policy` = project scriptedBufferLog := false, addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4"), libraryDependencies ++= Seq( - "io.get-coursier" % "interface" % "1.0.19", + "io.get-coursier" % "interface" % "1.0.22", "io.get-coursier" %% "versions" % "0.3.1", "com.lihaoyi" %% "ujson" % "3.1.4", // FIXME shade "com.eed3si9n.verify" %% "verify" % "2.0.1" % Test,