Skip to content

Commit c31de87

Browse files
regadasxuwei-k
authored andcommitted
Use sbt 1.2.x by default (#62)
1 parent 7c3d415 commit c31de87

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build.sbt

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ bintrayPackage := "sbt-protobuf"
3030

3131
bintrayReleaseOnPublish := false
3232

33-
ScriptedPlugin.scriptedSettings
34-
3533
scriptedBufferLog := false
3634

3735
scriptedLaunchOpts += s"-Dplugin.version=${version.value}"
3836
scriptedLaunchOpts += s"-Dprotoc-jar.version=3.7.1"
3937

40-
crossSbtVersions := Seq("0.13.18", "1.0.4")
38+
crossSbtVersions := Seq("0.13.18", "1.2.8")
39+
40+
enablePlugins(SbtPlugin)
4141

4242
releaseProcess := Seq[ReleaseStep](
4343
checkSnapshotDependencies,

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.18
1+
sbt.version=1.2.8

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.5")
22

33
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.11")
44

5-
libraryDependencies += "org.scala-sbt" % "scripted-plugin" % sbtVersion.value
5+
libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value

0 commit comments

Comments
 (0)