From 2f4f3856503f0eab29ce9dffd7a08473c97163bb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 6 May 2024 01:48:39 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.7 --- build.sbt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.sbt b/build.sbt index dd2429c9..666bf849 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.6") -val `circe-parser` = Def.setting("io.circe" %%% "circe-parser" % "0.14.6") -val `circe-generic` = Def.setting("io.circe" %%% "circe-generic" % "0.14.6") +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 `scodec-bits` = Def.setting("org.scodec" %%% "scodec-bits" % "1.1.38") val munit = Def.setting("org.scalameta" %%% "munit" % "0.7.29" % 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()