From e58b9913fe3ff76140309fca1e4a651105f7e0e6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 13 Jan 2024 20:18:37 +0000 Subject: [PATCH 1/4] Update http4s-core to 0.23.25 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b034b090..c556f5c7 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ val circeYamlVersion = "0.15.1" val enumeratumVersion = "1.7.3" -val http4sVersion = "0.23.24" +val http4sVersion = "0.23.25" val refinedVersion = "0.11.0" From ee8236b02539901533ef21c5a4ef1cf223f48a94 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 13 Jan 2024 20:18:49 +0000 Subject: [PATCH 2/4] Update sbt to 1.9.8 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index b19d4e1e..0aa5c39b 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.9.7 +sbt.version = 1.9.8 From 95b9e71c1545f9aa43f41373ad8ca4581bfd3ac6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 17 Jan 2024 04:49:30 +0000 Subject: [PATCH 3/4] Update cats-effect, cats-effect-kernel, ... to 3.5.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b034b090..69289376 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ import scala.scalanative.build.Mode -val catsEffectVersion = "3.5.2" +val catsEffectVersion = "3.5.3" val circeVersion = "0.14.6" From ea9761ed5e0444aeae1d672fe81aa71c9aac5df9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 20 Jan 2024 23:59:26 +0000 Subject: [PATCH 4/4] Update nscplugin, sbt-scala-native, ... to 0.4.17 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 8a3347a4..0a89382a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -7,6 +7,6 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0") -addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.16") +addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.4.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")