We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2763d27 commit b4731c4Copy full SHA for b4731c4
build.sbt
@@ -48,7 +48,7 @@ lazy val core = project
48
"dev.zio" %% "zio-streams" % zioVersion,
49
"org.geneontology" %% "whelk-owlapi" % "1.2.1",
50
"org.apache.jena" % "apache-jena-libs" % "4.10.0" exclude("org.slf4j", "slf4j-log4j12"),
51
- "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
+ "com.typesafe.scala-logging" %% "scala-logging" % "3.9.6",
52
"dev.zio" %% "zio-test" % zioVersion % Test,
53
"dev.zio" %% "zio-test-sbt" % zioVersion % Test,
54
"com.outr" %% "scribe-slf4j" % scribeVersion % Test
0 commit comments