Skip to content

Commit

Permalink
sbt {1.1.5, 0.13.17}
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Sullivan committed May 21, 2018
1 parent 05580da commit cbeed37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -16,7 +16,7 @@ bintrayReleaseOnPublish := false
scriptedDependencies := publishLocal.value
scriptedLaunchOpts ++= Seq("-Xms512m", "-Xmx512m", s"-Dproject.version=${version.value}")

crossSbtVersions := Vector("1.0.0", "0.13.16")
crossSbtVersions := Vector("1.1.5", "0.13.17")

import ReleaseTransformations._
releaseProcess := Seq[ReleaseStep](
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
@@ -1 +1 @@
sbt.version=1.0.0
sbt.version=1.1.5

0 comments on commit cbeed37

Please sign in to comment.