Merge pull request #161 from jrudolph/update-sbt

Update sbt to 1.2.1
This commit is contained in:
Johannes Rudolph 2018-08-23 22:32:26 +02:00 committed by GitHub
commit e4943b2163
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
enablePlugins(ScriptedPlugin)
scriptedLaunchOpts += s"-Dproject.version=${version.value}"
libraryDependencies ++= {
@ -16,7 +18,7 @@ libraryDependencies += Defaults.sbtPluginExtra(
(scalaBinaryVersion in update).value
)
crossSbtVersions := Seq("1.1.6", "0.13.16")
crossSbtVersions := Seq("1.2.1", "0.13.16")
scalacOptions ++= Seq(
"-deprecation",

View File

@ -1 +1 @@
sbt.version=1.1.6
sbt.version=1.2.1