Skip to content

Commit

Permalink
Update cats-core, cats-kernel to 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 16, 2023
1 parent d6bc52e commit f8c8e3a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ val Java11 = JavaSpec.temurin("11") // "adopt@1.11"
lazy val utilsVersion = "0.2.25"

// Dependency versions
lazy val catsVersion = "2.8.0"
lazy val catsVersion = "2.10.0"
lazy val catsEffectVersion = "3.3.14"
lazy val circeVersion = "0.14.2"
lazy val declineVersion = "2.2.0"
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")
)
),
)
)

0 comments on commit f8c8e3a

Please sign in to comment.