File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- lazy val scala212 = " 2.12.17 "
1+ lazy val scala212 = " 2.12.19 "
22lazy val scala213 = " 2.13.10"
33lazy val scala3 = " 3.2.1"
44
@@ -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)
You can’t perform that action at this time.
0 commit comments