Skip to content

Commit 9b3f35c

Browse files
committed
Update jena-arq, jena-fuseki-main to 4.10.0
1 parent d6bc52e commit 9b3f35c

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

build.sbt

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ lazy val circeVersion = "0.14.2"
2020
lazy val declineVersion = "2.2.0"
2121
lazy val fs2Version = "3.2.7"
2222
lazy val http4sVersion = "0.23.12"
23-
lazy val jenaVersion = "4.5.0"
23+
lazy val jenaVersion = "4.10.0"
2424
lazy val munitVersion = "0.7.29"
2525
lazy val munitEffectVersion = "1.0.7"
2626

@@ -103,7 +103,7 @@ lazy val srdf = project
103103
circeGeneric,
104104
circeParser,
105105
fs2Core,
106-
utils,
106+
utils
107107
// xercesImpl // required only for totalDigits/fractionDigits
108108
// scalaLogging,
109109
// scalaCollCompat,
@@ -171,10 +171,7 @@ lazy val mdocSettings = Seq(
171171
mdocVariables := Map(
172172
"VERSION" -> version.value
173173
),
174-
ScalaUnidoc / unidoc / unidocProjectFilter := inProjects(
175-
srdf,
176-
srdfJena,
177-
srdf4j),
174+
ScalaUnidoc / unidoc / unidocProjectFilter := inProjects(srdf, srdfJena, srdf4j),
178175
ScalaUnidoc / unidoc / target := (LocalRootProject / baseDirectory).value / "website" / "static" / "api",
179176
cleanFiles += (ScalaUnidoc / unidoc / target).value,
180177
docusaurusCreateSite := docusaurusCreateSite.dependsOn(Compile / unidoc).value,
@@ -265,5 +262,5 @@ lazy val commonSettings = compilationSettings ++ sharedDependencies ++ Seq(
265262
email = "jelabra@gmail.com",
266263
url = url("https://weso.labra.es")
267264
)
268-
),
265+
)
269266
)

0 commit comments

Comments
 (0)