Skip to content

Commit

Permalink
Merge pull request alexarchambault#185 from scala-steward/update/inte…
Browse files Browse the repository at this point in the history
…rface-1.0.18

Update interface to 1.0.18
  • Loading branch information
tgodzik authored Jun 14, 2023
2 parents eb9459c + 683f242 commit 2fa8758
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.12"
def coursierInterface = "io.get-coursier" % "interface" % "1.0.18"
def coursierLauncher = "io.get-coursier" %% "coursier-launcher" % "2.0.16"
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 2fa8758

Please sign in to comment.