Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from NCI-Thesaurus/update-whelk
Browse files Browse the repository at this point in the history
Update whelk and other dependencies
  • Loading branch information
balhoff authored Jul 24, 2019
2 parents 433177f + 02324e9 commit e0ecd6a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: scala
scala:
- "2.12.6"
- "2.12.8"
jdk:
- oraclejdk8
- openjdk8
12 changes: 6 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ organization := "org.renci"

name := "ncit-utils"

version := "0.5.1"
version := "0.5.2"

licenses := Seq("BSD-3-Clause" -> url("https://opensource.org/licenses/BSD-3-Clause"))

homepage := Some(url("https://github.com/NCI-Thesaurus/ncit-utils"))

scalaVersion := "2.12.6"
scalaVersion := "2.12.8"

scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8")

Expand All @@ -24,10 +24,10 @@ fork in Test := true

libraryDependencies ++= {
Seq(
"org.phenoscape" %% "scowl" % "1.3",
"net.sourceforge.owlapi" % "owlapi-distribution" % "4.3.1",
"org.phenoscape" %% "scowl" % "1.3.4",
"net.sourceforge.owlapi" % "owlapi-distribution" % "4.5.13",
"org.semanticweb.elk" % "elk-owlapi" % "0.4.3",
"org.geneontology" %% "whelk" % "0.2.1",
"org.geneontology" %% "whelk" % "0.3",
"io.monix" %% "monix" % "3.0.0-RC1",
"org.apache.jena" % "apache-jena-libs" % "3.8.0" exclude("org.slf4j", "slf4j-log4j12"),
"org.backuity.clist" %% "clist-core" % "3.2.2",
Expand All @@ -36,6 +36,6 @@ libraryDependencies ++= {
"com.typesafe.scala-logging" %% "scala-logging" % "3.7.1",
"ch.qos.logback" % "logback-classic" % "1.2.3",
"org.codehaus.groovy" % "groovy-all" % "2.4.6",
"com.lihaoyi" %% "utest" % "0.6.6" % Test
"com.lihaoyi" %% "utest" % "0.6.9" % Test
)
}
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.2.8
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" % "1.1.5")
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.25")

0 comments on commit e0ecd6a

Please sign in to comment.