Merge pull request #172 from sullis/sbt-1.2.7

sbt 1.2.7
This commit is contained in:
Johannes Rudolph 2018-12-18 09:41:49 +01:00 committed by GitHub
commit c7a9059c1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ libraryDependencies += Defaults.sbtPluginExtra(
(scalaBinaryVersion in update).value
)
crossSbtVersions := Seq("1.2.1", "0.13.16")
crossSbtVersions := Seq("1.2.7", "0.13.18")
scalacOptions ++= Seq(
"-deprecation",
@ -27,4 +27,4 @@ scalacOptions ++= Seq(
"-unchecked"
)
ScalariformSupport.formatSettings
ScalariformSupport.formatSettings

View File

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