mirror of https://github.com/sbt/sbt.git
Also run with latest sbt 1.2.1
This commit is contained in:
parent
06c3503e1b
commit
41caf67757
|
|
@ -1,3 +1,5 @@
|
|||
enablePlugins(ScriptedPlugin)
|
||||
|
||||
scriptedLaunchOpts += s"-Dproject.version=${version.value}"
|
||||
|
||||
libraryDependencies ++= {
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
sbt.version=1.1.6
|
||||
sbt.version=1.2.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue