From 693b4349eaa2681a76eba69aaa0df538b73a5981 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Tue, 19 Feb 2019 18:35:10 -0800 Subject: [PATCH] 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 --- build.sbt | 2 +- project/build.properties | 2 +- project/plugins.sbt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 38b17f4..24e8592 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ name := "scala-partest" version := "1.1.4-SNAPSHOT" scalaVersionsByJvm in ThisBuild := { - val vs = List("2.12.7") + val vs = List("2.12.8") Map( 8 -> vs.map(_ -> true), diff --git a/project/build.properties b/project/build.properties index 133a8f1..c0bab04 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=0.13.17 +sbt.version=1.2.8 diff --git a/project/plugins.sbt b/project/plugins.sbt index 005d1e2..57a656c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1 +1 @@ -addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "1.0.14") +addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.0.0")