mirror of https://github.com/sbt/sbt.git
Switch to case-app 1.0.0-RC1
This commit is contained in:
parent
28ec3bac03
commit
96ba7c72d6
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue