Skip to content

Commit

Permalink
Switch to SBT 1.x for building
Browse files Browse the repository at this point in the history
  • Loading branch information
stringbean committed Sep 22, 2017
1 parent a3b720d commit 85a661d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name := "sbt-jacoco"
organization := "org.scala-sbt"

version := "3.0.0"
version := "3.1.0-SNAPSHOT"

sbtPlugin := true
crossSbtVersions := Seq("0.13.16", "1.0.1")
crossSbtVersions := Seq("0.13.16", "1.0.2")

val jacocoVersion = "0.7.9"

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=0.13.16
sbt.version=1.0.2
2 changes: 1 addition & 1 deletion project/scripted.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
libraryDependencies += "org.scala-sbt" % "scripted-plugin" % sbtVersion.value
libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value
2 changes: 0 additions & 2 deletions scripted.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
ScriptedPlugin.scriptedSettings

scriptedLaunchOpts := { scriptedLaunchOpts.value ++
Seq("-Xmx1024M", "-XX:MaxPermSize=256M", "-Dplugin.version=" + version.value)
}
Expand Down

0 comments on commit 85a661d

Please sign in to comment.