From f88f5eab8ee0dbc7f6661d16e9f5f30d9b1bab33 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 30 Jun 2024 16:32:31 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.8 --- build.sbt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.sbt b/build.sbt index b730cf97..c5096fa0 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 }, @@ -115,9 +115,9 @@ val `pekko-actor` = Def.setting("org.apache.pekko" %% "pekko-actor-typed 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 `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") +val `circe-core` = Def.setting("io.circe" %%% "circe-core" % "0.14.8") +val `circe-parser` = Def.setting("io.circe" %%% "circe-parser" % "0.14.8") +val `circe-generic` = Def.setting("io.circe" %%% "circe-generic" % "0.14.8") val `scodec-bits` = Def.setting("org.scodec" %%% "scodec-bits" % "1.2.0") val munit = Def.setting("org.scalameta" %%% "munit" % "1.0.0" % Test) val macrolizer = Def.setting("io.bullet" %%% "macrolizer" % "0.6.2" % "compile-internal, test-internal") @@ -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()