Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update scala-collection-compat to 2.11.0 #349

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ lazy val munitVersion = "0.7.29"
lazy val munitEffectVersion = "1.0.7"

lazy val rdf4jVersion = "3.4.2"
lazy val scalaCollCompatVersion = "2.7.0"
lazy val scalaCollCompatVersion = "2.11.0"
// lazy val xercesVersion = "2.12.2"

// Dependency modules
Expand Down Expand Up @@ -103,7 +103,7 @@ lazy val srdf = project
circeGeneric,
circeParser,
fs2Core,
utils,
utils
// xercesImpl // required only for totalDigits/fractionDigits
// scalaLogging,
// scalaCollCompat,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -265,5 +262,5 @@ lazy val commonSettings = compilationSettings ++ sharedDependencies ++ Seq(
email = "jelabra@gmail.com",
url = url("https://weso.labra.es")
)
),
)
)