Skip to content

Commit

Permalink
Revert "Update sbt, scripted-plugin to 1.3.2 (#106)" (#110)
Browse files Browse the repository at this point in the history
This reverts commit 6595f01.
  • Loading branch information
xerial authored Sep 28, 2019
1 parent 6595f01 commit 6c5aa5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ lazy val buildSettings: Seq[Setting[_]] = Seq(
scriptedLaunchOpts := {
scriptedLaunchOpts.value ++ Seq("-Xmx1024M", "-XX:MaxPermSize=256M", "-Dplugin.version=" + version.value)
},
crossSbtVersions := Vector("1.3.2"),
crossSbtVersions := Vector("1.2.8"),
releaseCrossBuild := false,
releaseTagName := { (version in ThisBuild).value },
releasePublishArtifactsAction := PgpKeys.publishSigned.value,
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.3.2
sbt.version=1.2.8

0 comments on commit 6c5aa5c

Please sign in to comment.