-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7ace04a
commit bfa1f75
Showing
1 changed file
with
4 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ lazy val declineVersion = "2.4.1" | |
lazy val fs2Version = "3.4.0" | ||
lazy val http4sVersion = "1.0.0-M30" | ||
lazy val jenaVersion = "4.5.0" | ||
lazy val munitVersion = "0.7.29" | ||
lazy val munitVersion = "1.0.0" | ||
lazy val munitEffectVersion = "1.0.7" | ||
|
||
lazy val rdf4jVersion = "3.4.2" | ||
|
@@ -103,7 +103,7 @@ lazy val srdf = project | |
circeGeneric, | ||
circeParser, | ||
fs2Core, | ||
utils, | ||
utils | ||
// xercesImpl // required only for totalDigits/fractionDigits | ||
// scalaLogging, | ||
// scalaCollCompat, | ||
|
@@ -171,10 +171,7 @@ lazy val mdocSettings = Seq( | |
mdocVariables := Map( | ||
"VERSION" -> version.value | ||
), | ||
ScalaUnidoc / unidoc / unidocProjectFilter := inProjects( | ||
srdf, | ||
srdfJena, | ||
srdf4j), | ||
ScalaUnidoc / unidoc / unidocProjectFilter := inProjects(srdf, srdfJena, srdf4j), | ||
ScalaUnidoc / unidoc / target := (LocalRootProject / baseDirectory).value / "website" / "static" / "api", | ||
cleanFiles += (ScalaUnidoc / unidoc / target).value, | ||
docusaurusCreateSite := docusaurusCreateSite.dependsOn(Compile / unidoc).value, | ||
|
@@ -265,5 +262,5 @@ lazy val commonSettings = compilationSettings ++ sharedDependencies ++ Seq( | |
email = "[email protected]", | ||
url = url("https://weso.labra.es") | ||
) | ||
), | ||
) | ||
) |