Skip to content

Commit c07248c

Browse files
authored
Merge branch 'master' into update/whelk-owlapi-1.1.1
2 parents cf50022 + c1e713c commit c07248c

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ javaOptions += "-Xmx8G"
1616

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

19-
val zioVersion = "1.0.9"
19+
val zioVersion = "1.0.12"
2020

2121
libraryDependencies ++= {
2222
Seq(
2323
"dev.zio" %% "zio" % zioVersion,
2424
"dev.zio" %% "zio-streams" % zioVersion,
2525
"org.geneontology" %% "whelk-owlapi" % "1.1.1",
26-
"com.outr" %% "scribe-slf4j" % "3.5.5",
26+
"com.outr" %% "scribe-slf4j" % "3.6.3",
2727
"com.github.alexarchambault" %% "case-app" % "2.0.6",
28-
"org.apache.jena" % "apache-jena-libs" % "3.17.0" exclude ("org.slf4j", "slf4j-log4j12"),
28+
"org.apache.jena" % "apache-jena-libs" % "4.2.0" exclude ("org.slf4j", "slf4j-log4j12"),
2929
"dev.zio" %% "zio-test" % zioVersion % Test,
3030
"dev.zio" %% "zio-test-sbt" % zioVersion % Test
3131
)

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.5.3
1+
sbt.version=1.5.5

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.1")
1+
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.0")

0 commit comments

Comments
 (0)