Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Update circe-core, circe-literal, ... to 0.14.10 #614

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ val commonSettings = List(
"org.typelevel" %% "cats-effect" % "3.3.14",
"co.fs2" %% "fs2-core" % "3.2.14",
"com.github.valskalla" %% "odin-core" % "0.13.0",
"io.circe" %% "circe-core" % "0.14.2",
"io.circe" %% "circe-core" % "0.14.10",
"dev.optics" %% "monocle-core" % "3.1.0",
"com.disneystreaming" %% "weaver-cats" % "0.7.13" % Test,
"com.disneystreaming" %% "weaver-scalacheck" % "0.7.13" % Test
Expand All @@ -94,8 +94,8 @@ lazy val gitlab = project
libraryDependencies ++= List(
"is.cir" %% "ciris" % "2.3.3",
"com.kubukoz" %% "caliban-gitlab" % "0.1.0",
"io.circe" %% "circe-parser" % "0.14.2" % Test,
"io.circe" %% "circe-literal" % "0.14.2" % Test,
"io.circe" %% "circe-parser" % "0.14.10" % Test,
"io.circe" %% "circe-literal" % "0.14.10" % Test,
"com.softwaremill.sttp.tapir" %% "tapir-core" % "0.18.0-M17",
"com.softwaremill.sttp.tapir" %% "tapir-json-circe" % "0.18.0-M17",
"com.softwaremill.sttp.tapir" %% "tapir-sttp-client" % "0.18.0-M17"
Expand All @@ -112,7 +112,7 @@ lazy val bootstrap = project
"com.kubukoz" %% "caliban-gitlab" % "0.1.0",
"com.softwaremill.sttp.client3" %% "core" % "3.3.18",
"com.softwaremill.sttp.client3" %% "circe" % "3.3.18",
"io.circe" %% "circe-core" % "0.14.2",
"io.circe" %% "circe-core" % "0.14.10",
crossPlugin("org.polyvariant" % "better-tostring" % "0.3.15")
),
publish / skip := true,
Expand Down Expand Up @@ -194,7 +194,7 @@ lazy val pitgull =
"com.github.valskalla" %% "odin-core" % "0.13.0",
"com.github.valskalla" %% "odin-slf4j" % "0.13.0",
"io.github.vigoo" %% "prox-fs2-3" % "0.7.7",
"io.circe" %% "circe-literal" % "0.14.2" % Test
"io.circe" %% "circe-literal" % "0.14.10" % Test
)
)
.dependsOn(core, gitlab)
Expand Down
Loading