Switch to case-app 1.0.0-RC1

This commit is contained in:
Alexandre Archambault 2016-04-11 01:50:55 +02:00
parent 28ec3bac03
commit 96ba7c72d6
No known key found for this signature in database
GPG Key ID: 14640A6839C263A9
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ lazy val cli = project
if (scalaVersion.value startsWith "2.10.")
Seq()
else
Seq("com.github.alexarchambault" %% "case-app" % "1.0.0-M4")
Seq("com.github.alexarchambault" %% "case-app" % "1.0.0-RC1")
},
resourceGenerators in Compile += packageBin.in(bootstrap).in(Compile).map { jar =>
Seq(jar)