Add slf4j-simple to get rid of warnings.
1 parent ede8bb9 commit ae6e56eeaf2316d3d608a097006d3366121481f1
@Alex Tucker Alex Tucker authored on 5 May 2020
Showing 1 changed file
View
4
build.sbt
scalaVersion := "2.13.2"
 
libraryDependencies ++= Seq(
"org.apache.jena" % "jena-arq" % "3.14.0",
"com.github.scopt" %% "scopt" % "3.7.1"
"com.github.scopt" %% "scopt" % "3.7.1",
"org.slf4j" % "slf4j-simple" % "1.7.26"
)
 
excludeDependencies += "commons-logging" % "commons-logging"