Skip to content

Commit

Permalink
Update Whelk and ZIO.
Browse files Browse the repository at this point in the history
  • Loading branch information
balhoff committed Sep 23, 2020
1 parent 94a6734 commit 4e1a30b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ organization := "org.renci"

name := "relation-graph"

version := "1.0"
version := "1.0.1"

licenses := Seq("MIT license" -> url("https://opensource.org/licenses/MIT"))

Expand All @@ -16,15 +16,15 @@ javaOptions += "-Xmx8G"

testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework")

val zioVersion = "1.0.0"
val zioVersion = "1.0.1"

libraryDependencies ++= {
Seq(
"dev.zio" %% "zio" % zioVersion,
"dev.zio" %% "zio-streams" % zioVersion,
"dev.zio" %% "zio-interop-monix" % "3.2.2.0-RC2",
"io.monix" %% "monix" % "3.2.2",
"org.geneontology" %% "whelk" % "0.6.1",
"org.geneontology" %% "whelk-owlapi" % "1.0.2",
"com.outr" %% "scribe-slf4j" % "2.7.12",
"com.github.alexarchambault" %% "case-app" % "2.0.3",
"org.apache.jena" % "apache-jena-libs" % "3.16.0" exclude ("org.slf4j", "slf4j-log4j12"),
Expand Down

0 comments on commit 4e1a30b

Please sign in to comment.