| |
---|
| | 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" |
---|
| | |
---|
| |
---|
| | |