Skip to content

Commit

Permalink
Update interface to 1.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 11, 2024
1 parent 6fb9d34 commit 9f59361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Deps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import sbt.Keys.scalaVersion
object Deps {

def caseApp = "com.github.alexarchambault" %% "case-app" % "2.0.6"
def coursierInterface = "io.get-coursier" % "interface" % "1.0.18"
def coursierInterface = "io.get-coursier" % "interface" % "1.0.23"
def coursierLauncher = "io.get-coursier" %% "coursier-launcher" % "2.1.10"
def dataClass = "io.github.alexarchambault" %% "data-class" % "0.2.6"
def macroParadise = "org.scalamacros" % "paradise" % "2.1.1" cross CrossVersion.full
Expand Down

0 comments on commit 9f59361

Please sign in to comment.