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")