mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 16:39:24 +02:00
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:
@@ -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.
Reference in New Issue
Block a user