mirror of https://github.com/sbt/sbt.git
sbt 1.2.7
This commit is contained in:
parent
de4d508f4e
commit
f9aeec3a5e
|
|
@ -18,7 +18,7 @@ libraryDependencies += Defaults.sbtPluginExtra(
|
||||||
(scalaBinaryVersion in update).value
|
(scalaBinaryVersion in update).value
|
||||||
)
|
)
|
||||||
|
|
||||||
crossSbtVersions := Seq("1.2.1", "0.13.16")
|
crossSbtVersions := Seq("1.2.7", "0.13.18")
|
||||||
|
|
||||||
scalacOptions ++= Seq(
|
scalacOptions ++= Seq(
|
||||||
"-deprecation",
|
"-deprecation",
|
||||||
|
|
@ -27,4 +27,4 @@ scalacOptions ++= Seq(
|
||||||
"-unchecked"
|
"-unchecked"
|
||||||
)
|
)
|
||||||
|
|
||||||
ScalariformSupport.formatSettings
|
ScalariformSupport.formatSettings
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
sbt.version=1.2.1
|
sbt.version=1.2.7
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue