Skip to content

Commit

Permalink
Update Scala/SBT; update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
balhoff committed Jan 10, 2019
1 parent b4e561a commit 25b7c67
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
11 changes: 4 additions & 7 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -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")

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.13.15
sbt.version=1.1.6
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "0.7.2-RC2")
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.15")

0 comments on commit 25b7c67

Please sign in to comment.