From 3e5a5f5c5b152ebc5bb1b3d0f993b6368de2096e Mon Sep 17 00:00:00 2001 From: Ferdinand Svehla Date: Mon, 21 Oct 2024 11:35:31 +0200 Subject: [PATCH 1/5] ZIO: 2.1.11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 93b9f7c5..46cc322e 100644 --- a/build.sbt +++ b/build.sbt @@ -55,7 +55,7 @@ addCommandAlias( "zioJsonNative/test; zioJsonInteropScalaz7xNative/test" ) -val zioVersion = "2.1.7" +val zioVersion = "2.1.11" lazy val zioJsonRoot = project .in(file(".")) From 56b7977c9b7317bdfcf7ec200d6f4d2e7901ac52 Mon Sep 17 00:00:00 2001 From: Ferdinand Svehla Date: Mon, 21 Oct 2024 11:36:52 +0200 Subject: [PATCH 2/5] HTTP4s: 0.23.28 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 46cc322e..da7b6c8e 100644 --- a/build.sbt +++ b/build.sbt @@ -332,7 +332,7 @@ lazy val zioJsonInteropHttp4s = project .settings( crossScalaVersions -= ScalaDotty, libraryDependencies ++= Seq( - "org.http4s" %% "http4s-dsl" % "0.23.26", + "org.http4s" %% "http4s-dsl" % "0.23.28", "dev.zio" %% "zio" % zioVersion, "org.typelevel" %% "cats-effect" % "3.4.9", "dev.zio" %% "zio-interop-cats" % "23.1.0.3" % "test", From 9b4f82100a007706fb74257a6aa2d6f3328b814e Mon Sep 17 00:00:00 2001 From: Ferdinand Svehla Date: Mon, 21 Oct 2024 11:38:04 +0200 Subject: [PATCH 3/5] Circe: 0.14.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index da7b6c8e..7cc4ad88 100644 --- a/build.sbt +++ b/build.sbt @@ -124,7 +124,7 @@ lazy val zioJson = crossProject(JSPlatform, JVMPlatform, NativePlatform) Vector( "org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided, "com.softwaremill.magnolia1_2" %%% "magnolia" % "1.1.10", - "io.circe" %%% "circe-generic-extras" % "0.14.4" % "test", + "io.circe" %%% "circe-generic-extras" % "0.14.8" % "test", "com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.30.9" % "test", "com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-macros" % "2.30.9" % "test" ) From 4f822fc0e9a3df09df5f7f2fc13887910bfa1cd2 Mon Sep 17 00:00:00 2001 From: Ferdinand Svehla Date: Mon, 21 Oct 2024 11:41:54 +0200 Subject: [PATCH 4/5] Revert "Circe: 0.14.8" This reverts commit 9b4f82100a007706fb74257a6aa2d6f3328b814e. --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7cc4ad88..da7b6c8e 100644 --- a/build.sbt +++ b/build.sbt @@ -124,7 +124,7 @@ lazy val zioJson = crossProject(JSPlatform, JVMPlatform, NativePlatform) Vector( "org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided, "com.softwaremill.magnolia1_2" %%% "magnolia" % "1.1.10", - "io.circe" %%% "circe-generic-extras" % "0.14.8" % "test", + "io.circe" %%% "circe-generic-extras" % "0.14.4" % "test", "com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.30.9" % "test", "com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-macros" % "2.30.9" % "test" ) From a376bf26a0c19263701d9af24315de5951c2e0bc Mon Sep 17 00:00:00 2001 From: Ferdinand Svehla Date: Mon, 21 Oct 2024 11:51:01 +0200 Subject: [PATCH 5/5] Revert "ZIO: 2.1.11" This reverts commit 3e5a5f5c5b152ebc5bb1b3d0f993b6368de2096e. --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index da7b6c8e..db317f3f 100644 --- a/build.sbt +++ b/build.sbt @@ -55,7 +55,7 @@ addCommandAlias( "zioJsonNative/test; zioJsonInteropScalaz7xNative/test" ) -val zioVersion = "2.1.11" +val zioVersion = "2.1.7" lazy val zioJsonRoot = project .in(file("."))