From 25b7c672b9c822b6d6068a061866a3db5170ac21 Mon Sep 17 00:00:00 2001 From: Jim Balhoff Date: Thu, 10 Jan 2019 14:16:18 -0500 Subject: [PATCH] Update Scala/SBT; update version. --- build.sbt | 11 ++++------- project/build.properties | 2 +- project/plugins.sbt | 2 +- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/build.sbt b/build.sbt index 5c54433..6608a44 100644 --- a/build.sbt +++ b/build.sbt @@ -1,19 +1,16 @@ -import com.typesafe.sbt.SbtNativePackager._ -import NativePackagerKeys._ +enablePlugins(JavaAppPackaging) organization := "org.phenoscape" name := "kb-owl-tools" -version := "1.6-SNAPSHOT" - -packageArchetype.java_application +version := "1.6" mainClass in Compile := Some("org.phenoscape.owl.build.Command") -scalaVersion := "2.12.4" +scalaVersion := "2.12.8" -crossScalaVersions := Seq("2.11.8", "2.12.4") +crossScalaVersions := Seq("2.11.8", "2.12.8") scalacOptions := Seq("-unchecked", "-deprecation", "-feature", "-encoding", "utf8") diff --git a/project/build.properties b/project/build.properties index 64317fd..d6e3507 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=0.13.15 +sbt.version=1.1.6 diff --git a/project/plugins.sbt b/project/plugins.sbt index 5d861da..9615894 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1 +1 @@ -addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "0.7.2-RC2") +addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.15")