Skip to content

Commit

Permalink
Merge pull request #209 from scala-steward/update/apache-jena-libs-5.1.0
Browse files Browse the repository at this point in the history
Update apache-jena-libs, jena-fuseki-main to 5.1.0
  • Loading branch information
mergify[bot] authored Jul 22, 2024
2 parents 71526e1 + 17ed59e commit ca6969f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ lazy val root = (project in file("."))
"org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0" % Test,
// imperative libraries:
"com.typesafe.akka" % "akka-actor_2.13" % "2.6.20",
"org.apache.jena" % "apache-jena-libs" % "5.0.0",
"org.apache.jena" % "jena-fuseki-main" % "5.0.0",
"org.apache.jena" % "apache-jena-libs" % "5.1.0",
"org.apache.jena" % "jena-fuseki-main" % "5.1.0",
"org.slf4j" % "slf4j-nop" % "2.0.13"
),
initialCommands := s"""
Expand Down

0 comments on commit ca6969f

Please sign in to comment.