Skip to content

Commit

Permalink
Update case-app to 2.0.1 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jun 19, 2020
1 parent 900f558 commit c89391a
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 @@ -5,7 +5,7 @@ import sbt.Keys.scalaVersion

object Deps {

def caseApp = "com.github.alexarchambault" %% "case-app" % "2.0.0"
def caseApp = "com.github.alexarchambault" %% "case-app" % "2.0.1"
def coursierInterface = "io.get-coursier" % "interface" % "0.0.22"
def coursierLauncher = "io.get-coursier" %% "coursier-launcher" % "2.0.0-RC6-21"
def dataClass = "io.github.alexarchambault" %% "data-class" % "0.2.3"
Expand Down

0 comments on commit c89391a

Please sign in to comment.