Skip to content

Commit

Permalink
chore: Update jena-core from 4.10.0 to 5.0.0 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
RenkuBot authored Mar 22, 2024
1 parent fde2786 commit fa32e2d
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 @@ -39,7 +39,7 @@ libraryDependencies += "io.circe" %% "circe-core" % circeVersion
libraryDependencies += "io.circe" %% "circe-literal" % circeVersion
libraryDependencies += "io.circe" %% "circe-parser" % circeVersion

libraryDependencies += "org.apache.jena" % "jena-core" % "4.10.0"
libraryDependencies += "org.apache.jena" % "jena-core" % "5.0.0"
libraryDependencies += "org.typelevel" %% "cats-core" % "2.10.0"

// Test dependencies
Expand Down

0 comments on commit fa32e2d

Please sign in to comment.