File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ organization := "org.renci"
44
55name := " relation-graph"
66
7- version := " 1.0"
7+ version := " 1.0.1 "
88
99licenses := Seq (" MIT license" -> url(" https://opensource.org/licenses/MIT" ))
1010
@@ -16,15 +16,15 @@ javaOptions += "-Xmx8G"
1616
1717testFrameworks += new TestFramework (" zio.test.sbt.ZTestFramework" )
1818
19- val zioVersion = " 1.0.0 "
19+ val zioVersion = " 1.0.1 "
2020
2121libraryDependencies ++= {
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" ),
You can’t perform that action at this time.
0 commit comments