diff --git a/build.sbt b/build.sbt index b730cf97..fbafcab2 100644 --- a/build.sbt +++ b/build.sbt @@ -54,7 +54,7 @@ lazy val commonSettings = Seq( // "-Ydebug-error", // "-Wunused:all" // disabled until https://github.com/lampepfl/dotty/issues/17315 is resolved ) ++ { - val local = (LocalRootProject / baseDirectory).value.toURI + val local = (LocalRootProject / baseDirectory).value.toURI val remote = s"https://raw.githubusercontent.com/sirthias/borer/${git.gitHeadCommit.value.get}/" s"-scalajs-mapSourceURI:$local->$remote" :: Nil }, @@ -114,7 +114,7 @@ val `akka-http` = Def.setting("com.typesafe.akka" %% "akka-http" val `pekko-actor` = Def.setting("org.apache.pekko" %% "pekko-actor-typed" % "1.0.2") val `pekko-stream` = Def.setting("org.apache.pekko" %% "pekko-stream" % "1.0.2") val `pekko-http` = Def.setting("org.apache.pekko" %% "pekko-http" % "1.0.1") -val `cats-core` = Def.setting("org.typelevel" %%% "cats-core" % "2.10.0") +val `cats-core` = Def.setting("org.typelevel" %%% "cats-core" % "2.12.0") val `circe-core` = Def.setting("io.circe" %%% "circe-core" % "0.14.7") val `circe-parser` = Def.setting("io.circe" %%% "circe-parser" % "0.14.7") val `circe-generic` = Def.setting("io.circe" %%% "circe-generic" % "0.14.7") @@ -316,7 +316,7 @@ lazy val site = project munit.value ), com.github.sbt.git.SbtGit.GitKeys.gitRemoteRepo := scmInfo.value.get.connection.drop("scm:git:".length), - ghpagesNoJekyll := true, + ghpagesNoJekyll := true, ParadoxMaterialThemePlugin.paradoxMaterialThemeSettings(Compile), Compile / paradoxMaterialTheme := { ParadoxMaterialTheme()