Skip to content

Commit 85a661d

Browse files
committed
Switch to SBT 1.x for building
1 parent a3b720d commit 85a661d

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name := "sbt-jacoco"
22
organization := "org.scala-sbt"
33

4-
version := "3.0.0"
4+
version := "3.1.0-SNAPSHOT"
55

66
sbtPlugin := true
7-
crossSbtVersions := Seq("0.13.16", "1.0.1")
7+
crossSbtVersions := Seq("0.13.16", "1.0.2")
88

99
val jacocoVersion = "0.7.9"
1010

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.16
1+
sbt.version=1.0.2

project/scripted.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
libraryDependencies += "org.scala-sbt" % "scripted-plugin" % sbtVersion.value
1+
libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value

scripted.sbt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
ScriptedPlugin.scriptedSettings
2-
31
scriptedLaunchOpts := { scriptedLaunchOpts.value ++
42
Seq("-Xmx1024M", "-XX:MaxPermSize=256M", "-Dplugin.version=" + version.value)
53
}

0 commit comments

Comments
 (0)