Skip to content

Commit 4e1a30b

Browse files
committed
Update Whelk and ZIO.
1 parent 94a6734 commit 4e1a30b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ organization := "org.renci"
44

55
name := "relation-graph"
66

7-
version := "1.0"
7+
version := "1.0.1"
88

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

@@ -16,15 +16,15 @@ javaOptions += "-Xmx8G"
1616

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

19-
val zioVersion = "1.0.0"
19+
val zioVersion = "1.0.1"
2020

2121
libraryDependencies ++= {
2222
Seq(
2323
"dev.zio" %% "zio" % zioVersion,
2424
"dev.zio" %% "zio-streams" % zioVersion,
2525
"dev.zio" %% "zio-interop-monix" % "3.2.2.0-RC2",
2626
"io.monix" %% "monix" % "3.2.2",
27-
"org.geneontology" %% "whelk" % "0.6.1",
27+
"org.geneontology" %% "whelk-owlapi" % "1.0.2",
2828
"com.outr" %% "scribe-slf4j" % "2.7.12",
2929
"com.github.alexarchambault" %% "case-app" % "2.0.3",
3030
"org.apache.jena" % "apache-jena-libs" % "3.16.0" exclude ("org.slf4j", "slf4j-log4j12"),

0 commit comments

Comments
 (0)