Skip to content

Commit e9ec578

Browse files
committed
Revert "Update apache-jena-libs to 4.1.0"
This reverts commit ac779ab.
1 parent fa5b01a commit e9ec578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ libraryDependencies ++= {
2525
"org.geneontology" %% "whelk-owlapi" % "1.1",
2626
"com.outr" %% "scribe-slf4j" % "3.5.5",
2727
"com.github.alexarchambault" %% "case-app" % "2.0.6",
28-
"org.apache.jena" % "apache-jena-libs" % "4.1.0" exclude ("org.slf4j", "slf4j-log4j12"),
28+
"org.apache.jena" % "apache-jena-libs" % "3.17.0" exclude ("org.slf4j", "slf4j-log4j12"),
2929
"dev.zio" %% "zio-test" % zioVersion % Test,
3030
"dev.zio" %% "zio-test-sbt" % zioVersion % Test
3131
)

0 commit comments

Comments
 (0)