We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c8d0f2 commit 460aaecCopy full SHA for 460aaec
1 file changed
build.sbt
@@ -47,7 +47,7 @@ lazy val core = project
47
"dev.zio" %% "zio-streams" % zioVersion,
48
"org.geneontology" %% "whelk-owlapi" % "1.1.2",
49
"org.apache.jena" % "apache-jena-libs" % "4.4.0" exclude("org.slf4j", "slf4j-log4j12"),
50
- "com.typesafe.scala-logging" %% "scala-logging" % "3.9.4",
+ "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
51
"dev.zio" %% "zio-test" % zioVersion % Test,
52
"dev.zio" %% "zio-test-sbt" % zioVersion % Test
53
)
0 commit comments