mirror of https://github.com/sbt/sbt.git
Switch to case-app 1.1.1
This commit is contained in:
parent
e59ffe58e9
commit
030d8f4fac
|
|
@ -343,7 +343,7 @@ lazy val cli = project
|
||||||
if (scalaBinaryVersion.value == "2.10")
|
if (scalaBinaryVersion.value == "2.10")
|
||||||
Seq()
|
Seq()
|
||||||
else
|
else
|
||||||
Seq("com.github.alexarchambault" %% "case-app" % "1.0.0-RC3")
|
Seq("com.github.alexarchambault" %% "case-app" % "1.1.1")
|
||||||
},
|
},
|
||||||
resourceGenerators in Compile += packageBin.in(bootstrap).in(Compile).map { jar =>
|
resourceGenerators in Compile += packageBin.in(bootstrap).in(Compile).map { jar =>
|
||||||
Seq(jar)
|
Seq(jar)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue