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

Commit 693b434

Browse files
committed
move to sbt 1 and sbt-scala-module 2.x series
motivation is simply to be the first guinea pig for this transition. if it works here we'll do the other modules
1 parent 39e7516 commit 693b434

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)