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

Commit 24374e5

Browse files
committed
Update circe-core, circe-literal, ... to 0.14.7
1 parent 5ecff7e commit 24374e5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.sbt

+5-5
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ val commonSettings = List(
7979
"org.typelevel" %% "cats-effect" % "3.3.14",
8080
"co.fs2" %% "fs2-core" % "3.2.14",
8181
"com.github.valskalla" %% "odin-core" % "0.13.0",
82-
"io.circe" %% "circe-core" % "0.14.2",
82+
"io.circe" %% "circe-core" % "0.14.7",
8383
"dev.optics" %% "monocle-core" % "3.1.0",
8484
"com.disneystreaming" %% "weaver-cats" % "0.7.13" % Test,
8585
"com.disneystreaming" %% "weaver-scalacheck" % "0.7.13" % Test
@@ -94,8 +94,8 @@ lazy val gitlab = project
9494
libraryDependencies ++= List(
9595
"is.cir" %% "ciris" % "2.3.3",
9696
"com.kubukoz" %% "caliban-gitlab" % "0.1.0",
97-
"io.circe" %% "circe-parser" % "0.14.2" % Test,
98-
"io.circe" %% "circe-literal" % "0.14.2" % Test,
97+
"io.circe" %% "circe-parser" % "0.14.7" % Test,
98+
"io.circe" %% "circe-literal" % "0.14.7" % Test,
9999
"com.softwaremill.sttp.tapir" %% "tapir-core" % "0.18.0-M17",
100100
"com.softwaremill.sttp.tapir" %% "tapir-json-circe" % "0.18.0-M17",
101101
"com.softwaremill.sttp.tapir" %% "tapir-sttp-client" % "0.18.0-M17"
@@ -112,7 +112,7 @@ lazy val bootstrap = project
112112
"com.kubukoz" %% "caliban-gitlab" % "0.1.0",
113113
"com.softwaremill.sttp.client3" %% "core" % "3.3.18",
114114
"com.softwaremill.sttp.client3" %% "circe" % "3.3.18",
115-
"io.circe" %% "circe-core" % "0.14.2",
115+
"io.circe" %% "circe-core" % "0.14.7",
116116
crossPlugin("org.polyvariant" % "better-tostring" % "0.3.15")
117117
),
118118
publish / skip := true,
@@ -194,7 +194,7 @@ lazy val pitgull =
194194
"com.github.valskalla" %% "odin-core" % "0.13.0",
195195
"com.github.valskalla" %% "odin-slf4j" % "0.13.0",
196196
"io.github.vigoo" %% "prox-fs2-3" % "0.7.7",
197-
"io.circe" %% "circe-literal" % "0.14.2" % Test
197+
"io.circe" %% "circe-literal" % "0.14.7" % Test
198198
)
199199
)
200200
.dependsOn(core, gitlab)

0 commit comments

Comments
 (0)