Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore: update dependencies
Co-authored-by: Ivan Subotic <400790+subotic@users.noreply.github.com>
Co-authored-by: Balduin Landolt <33053745+BalduinLandolt@users.noreply.github.com>
  • Loading branch information
3 people committed Aug 2, 2022
1 parent 6490243 commit 4cd9812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -91,7 +91,7 @@ object Dependencies {
val rdf4jClient = "org.eclipse.rdf4j" % "rdf4j-client" % "3.4.4"
val rdf4jShacl = "org.eclipse.rdf4j" % "rdf4j-shacl" % "3.4.4"
val saxonHE = "net.sf.saxon" % "Saxon-HE" % "11.4"
val scalaGraph = "org.scala-graph" %% "graph-core" % "1.13.1" // Scala 3 incompatible
val scalaGraph = "org.scala-graph" %% "graph-core" % "1.13.5" // Scala 3 incompatible
val scallop = "org.rogach" %% "scallop" % "4.1.0" // Scala 3 compatible
val swaggerAkkaHttp = "com.github.swagger-akka-http" %% "swagger-akka-http" % "1.6.0" // Scala 3 incompatible
val titaniumJSONLD = "com.apicatalog" % "titanium-json-ld" % "1.3.1"
Expand Down

0 comments on commit 4cd9812

Please sign in to comment.