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

Commit

Permalink
Update whelk; increment version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
balhoff committed Feb 28, 2019
1 parent c400b46 commit 433177f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ organization := "org.renci"

name := "ncit-utils"

version := "0.5"
version := "0.5.1"

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

Expand All @@ -27,7 +27,7 @@ libraryDependencies ++= {
"org.phenoscape" %% "scowl" % "1.3",
"net.sourceforge.owlapi" % "owlapi-distribution" % "4.3.1",
"org.semanticweb.elk" % "elk-owlapi" % "0.4.3",
"org.geneontology" %% "whelk" % "0.1.3",
"org.geneontology" %% "whelk" % "0.2.1",
"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 Down

0 comments on commit 433177f

Please sign in to comment.