Skip to content

Commit

Permalink
Update jena-arq to 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 29, 2024
1 parent 0b75bc0 commit 541fb88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ lazy val core = project.in(file("modules/core"))
"com.propensive" %% "contextual-core" % "3.0.0",
"com.propensive" %% "magnolia" % "0.17.0",
"org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided,
"org.apache.jena" % "jena-arq" % "3.17.0"
"org.apache.jena" % "jena-arq" % "5.1.0"
)
)

Expand Down

0 comments on commit 541fb88

Please sign in to comment.