mirror of https://github.com/sbt/sbt.git
Switch to case-app 1.0.0-M2
Using shapeless.compat.Strict instead of shapeless.Lazy, that generates less auxiliary classes
This commit is contained in:
parent
e501b32f86
commit
a45a70e8ef
|
|
@ -207,7 +207,7 @@ lazy val cli = project
|
|||
if (scalaVersion.value startsWith "2.10.")
|
||||
Seq()
|
||||
else
|
||||
Seq("com.github.alexarchambault" %% "case-app" % "1.0.0-M1")
|
||||
Seq("com.github.alexarchambault" %% "case-app" % "1.0.0-M2")
|
||||
},
|
||||
libraryDependencies ++= Seq(
|
||||
"ch.qos.logback" % "logback-classic" % "1.1.3"
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in New Issue