From a9d896a9bcbbea34f5fe2ed869a5541e8ad708cc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 1 Jun 2023 07:30:18 +0000 Subject: [PATCH 1/6] Update scala3-library, ... to 3.3.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d43ebd99..3b010bbf 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ val scala212 = "2.12.17" val scala213 = "2.13.10" -val scala3 = "3.2.2" +val scala3 = "3.3.0" val scalaJsMajorMinorVersion = "1.13" From aedb5e6b08fa3f62cf425eca4c59a5afcc472761 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 1 Jul 2023 06:06:39 +0000 Subject: [PATCH 2/6] Update http4s-core to 0.23.22 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4a425faa..c4997872 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ val circeYamlVersion = "0.14.2" val enumeratumVersion = "1.7.2" -val http4sVersion = "0.23.19" +val http4sVersion = "0.23.22" val refinedVersion = "0.10.3" From 129ac40cf763781362b2c4649e6d55f6f2e0c5d1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 1 Jul 2023 06:07:00 +0000 Subject: [PATCH 3/6] Update sbt-scalajs, scalajs-compiler, ... to 1.13.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0c46733f..79c60ea9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,7 +6,7 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.2") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.1") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.1") -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.1") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.14") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.7") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") From 601ddd792473b2cf7795dc6262a939b017222daa Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 1 Jul 2023 06:07:16 +0000 Subject: [PATCH 4/6] Update sbt to 1.9.1 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 8fd7d2eb..62499c3d 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.9.0 +sbt.version = 1.9.1 From abc06f265cb01b5333768ef1e6f39b9ccd249266 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 1 Jul 2023 06:07:23 +0000 Subject: [PATCH 5/6] Update scalafmt-core to 3.7.5 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 9a751401..65535975 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.7.4" +version = "3.7.5" style = default runner.dialect = scala213 maxColumn = 100 From 1494e3d9607dafda232acd7d7eddc4105a957f40 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 1 Jul 2023 06:07:49 +0000 Subject: [PATCH 6/6] Update cats-effect, cats-effect-kernel, ... to 3.5.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4a425faa..0b520492 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ import scala.scalanative.build.Mode -val catsEffectVersion = "3.5.0" +val catsEffectVersion = "3.5.1" val circeVersion = "0.14.5"