Skip to content
This repository was archived by the owner on Sep 8, 2022. It is now read-only.

Commit 772b91f

Browse files
authored
Merge pull request #116 from SethTisue/release-1.1.8
move to sbt 1 and sbt-scala-module 2.x series
2 parents f8a33bb + 693b434 commit 772b91f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name := "scala-partest"
77
version := "1.1.4-SNAPSHOT"
88

99
scalaVersionsByJvm in ThisBuild := {
10-
val vs = List("2.12.7")
10+
val vs = List("2.12.8")
1111

1212
Map(
1313
8 -> vs.map(_ -> true),

project/build.properties

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

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "1.0.14")
1+
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.0.0")

0 commit comments

Comments
 (0)