mirror of https://github.com/sbt/sbt.git
commit
e4943b2163
|
|
@ -1,3 +1,5 @@
|
||||||
|
enablePlugins(ScriptedPlugin)
|
||||||
|
|
||||||
scriptedLaunchOpts += s"-Dproject.version=${version.value}"
|
scriptedLaunchOpts += s"-Dproject.version=${version.value}"
|
||||||
|
|
||||||
libraryDependencies ++= {
|
libraryDependencies ++= {
|
||||||
|
|
@ -16,7 +18,7 @@ libraryDependencies += Defaults.sbtPluginExtra(
|
||||||
(scalaBinaryVersion in update).value
|
(scalaBinaryVersion in update).value
|
||||||
)
|
)
|
||||||
|
|
||||||
crossSbtVersions := Seq("1.1.6", "0.13.16")
|
crossSbtVersions := Seq("1.2.1", "0.13.16")
|
||||||
|
|
||||||
scalacOptions ++= Seq(
|
scalacOptions ++= Seq(
|
||||||
"-deprecation",
|
"-deprecation",
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
sbt.version=1.1.6
|
sbt.version=1.2.1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue