From 64c27b3f46230ed25483d97c31342a5361778058 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 28 Mar 2024 20:21:34 +0000 Subject: [PATCH 01/14] Update fs2-core, fs2-io to 3.10.2 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index a3624e0247..a029325f62 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -20,7 +20,7 @@ object Dependencies { val cron4sCore = "com.github.alonsodomin.cron4s" %% "cron4s-core" % "0.7.0" val decline = "com.monovore" %% "decline" % "2.4.1" val disciplineMunit = "org.typelevel" %% "discipline-munit" % "1.0.9" - val fs2Core = "co.fs2" %% "fs2-core" % "3.10.1" + val fs2Core = "co.fs2" %% "fs2-core" % "3.10.2" val fs2Io = "co.fs2" %% "fs2-io" % fs2Core.revision val http4sCore = "org.http4s" %% "http4s-core" % "1.0.0-M41" val http4sCirce = "org.http4s" %% "http4s-circe" % http4sCore.revision From 37db04eeaeca3b743796455ebb07ca2c8af246a5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 30 Mar 2024 22:53:53 +0000 Subject: [PATCH 02/14] Update commons-io to 2.16.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index a029325f62..949b83bdd7 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -13,7 +13,7 @@ object Dependencies { val circeLiteral = "io.circe" %% "circe-literal" % circeGeneric.revision val circeParser = "io.circe" %% "circe-parser" % circeGeneric.revision val circeRefined = "io.circe" %% "circe-refined" % circeGeneric.revision - val commonsIo = "commons-io" % "commons-io" % "2.15.1" + val commonsIo = "commons-io" % "commons-io" % "2.16.0" val coursierCore = "io.get-coursier" %% "coursier" % "2.1.9" val coursierSbtMaven = "io.get-coursier" %% "coursier-sbt-maven-repository" % coursierCore.revision From 505bd97278c42a2af3343c5c27754554f4bfb333 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 30 Mar 2024 22:54:00 +0000 Subject: [PATCH 03/14] Update scalafmt-core to 3.8.1 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 46a0e4180e..cc3a85cb03 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.8.0 +version = 3.8.1 runner.dialect = scala213 assumeStandardLibraryStripMargin = true align.openParenCallSite = false From 8e5d784a9627cf5d124c03e43ea35af5e385364c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 8 Apr 2024 19:32:24 +0000 Subject: [PATCH 04/14] Update commons-io to 2.16.1 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 949b83bdd7..b178a1a330 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -13,7 +13,7 @@ object Dependencies { val circeLiteral = "io.circe" %% "circe-literal" % circeGeneric.revision val circeParser = "io.circe" %% "circe-parser" % circeGeneric.revision val circeRefined = "io.circe" %% "circe-refined" % circeGeneric.revision - val commonsIo = "commons-io" % "commons-io" % "2.16.0" + val commonsIo = "commons-io" % "commons-io" % "2.16.1" val coursierCore = "io.get-coursier" %% "coursier" % "2.1.9" val coursierSbtMaven = "io.get-coursier" %% "coursier-sbt-maven-repository" % coursierCore.revision From dfd341d22f685a772ded414379d9348fb691f95a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 8 Apr 2024 19:32:31 +0000 Subject: [PATCH 05/14] Update bcprov-jdk15to18 to 1.78 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 949b83bdd7..8371b95ec0 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -1,7 +1,7 @@ import sbt._ object Dependencies { - val bcprovJdk15to18 = "org.bouncycastle" % "bcprov-jdk15to18" % "1.77" + val bcprovJdk15to18 = "org.bouncycastle" % "bcprov-jdk15to18" % "1.78" val betterFiles = "com.github.pathikrit" %% "better-files" % "3.9.2" val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.4" val catsCore = "org.typelevel" %% "cats-core" % "2.10.0" From 4ae4e766ebc36630bbd11b8ad5092f0b685be8ae Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 8 Apr 2024 19:32:39 +0000 Subject: [PATCH 06/14] Update sbt-tpolecat to 0.5.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 32b9ba09a1..5414cc1a81 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,7 +6,7 @@ addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.3.1") addSbtPlugin("com.github.tkawachi" % "sbt-doctest" % "0.10.0") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") -addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0") +addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.1") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2") From 7700af5d59a0975941eeb3f9bea318f93cffb3cd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 9 Apr 2024 18:35:31 +0000 Subject: [PATCH 07/14] Update logback-classic to 1.5.4 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 7245b0c675..3c03f1cab8 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -29,7 +29,7 @@ object Dependencies { val http4sEmberServer = "org.http4s" %% "http4s-ember-server" % http4sCore.revision val http4sJdkhttpClient = "org.http4s" %% "http4s-jdk-http-client" % "1.0.0-M9" val log4catsSlf4j = "org.typelevel" %% "log4cats-slf4j" % "2.6.0" - val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.5.3" + val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.5.4" val jjwtApi = "io.jsonwebtoken" % "jjwt-api" % "0.12.5" val jjwtImpl = "io.jsonwebtoken" % "jjwt-impl" % jjwtApi.revision val jjwtJackson = "io.jsonwebtoken" % "jjwt-jackson" % jjwtApi.revision From 99cda75ba44d23b457bca02dd4a925a31cdc360a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 13 Apr 2024 17:25:15 +0000 Subject: [PATCH 08/14] Update logback-classic to 1.5.5 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 3c03f1cab8..4b4a0c3a8f 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -29,7 +29,7 @@ object Dependencies { val http4sEmberServer = "org.http4s" %% "http4s-ember-server" % http4sCore.revision val http4sJdkhttpClient = "org.http4s" %% "http4s-jdk-http-client" % "1.0.0-M9" val log4catsSlf4j = "org.typelevel" %% "log4cats-slf4j" % "2.6.0" - val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.5.4" + val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.5.5" val jjwtApi = "io.jsonwebtoken" % "jjwt-api" % "0.12.5" val jjwtImpl = "io.jsonwebtoken" % "jjwt-impl" % jjwtApi.revision val jjwtJackson = "io.jsonwebtoken" % "jjwt-jackson" % jjwtApi.revision From e0bf01596279100eabc9ef6b37164d1ad4a6b8d4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 13 Apr 2024 17:25:21 +0000 Subject: [PATCH 09/14] Update sbt-native-packager to 1.10.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 5414cc1a81..90f5c669f6 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.3.1") addSbtPlugin("com.github.tkawachi" % "sbt-doctest" % "0.10.0") -addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16") +addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.0") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.1") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7") From ef6da46273f447a5926ae8a12cda4c71a1c121c2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 17 Apr 2024 18:20:36 +0000 Subject: [PATCH 10/14] Update scalacheck to 1.17.1 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 4b4a0c3a8f..d97d76d7ac 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -41,7 +41,7 @@ object Dependencies { val refined = "eu.timepit" %% "refined" % "0.11.1" val refinedScalacheck = "eu.timepit" %% "refined-scalacheck" % refined.revision val scalacacheCaffeine = "com.github.cb372" %% "scalacache-caffeine" % "1.0.0-M6" - val scalacheck = "org.scalacheck" %% "scalacheck" % "1.17.0" + val scalacheck = "org.scalacheck" %% "scalacheck" % "1.17.1" val scalaStewardMillPluginArtifactName = "scala-steward-mill-plugin" val scalaStewardMillPlugin = "org.scala-steward" % s"${scalaStewardMillPluginArtifactName}_mill0.10_2.13" % "0.18.0" From 3556f61fe25471a221688b2d16d890a13e1b1782 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 19 Apr 2024 20:24:23 +0000 Subject: [PATCH 11/14] Update logback-classic to 1.5.6 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index d97d76d7ac..b783d0f3df 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -29,7 +29,7 @@ object Dependencies { val http4sEmberServer = "org.http4s" %% "http4s-ember-server" % http4sCore.revision val http4sJdkhttpClient = "org.http4s" %% "http4s-jdk-http-client" % "1.0.0-M9" val log4catsSlf4j = "org.typelevel" %% "log4cats-slf4j" % "2.6.0" - val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.5.5" + val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.5.6" val jjwtApi = "io.jsonwebtoken" % "jjwt-api" % "0.12.5" val jjwtImpl = "io.jsonwebtoken" % "jjwt-impl" % jjwtApi.revision val jjwtJackson = "io.jsonwebtoken" % "jjwt-jackson" % jjwtApi.revision From 980683d94615fe9db468172e5c4d04c6fd3dd27f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 19 Apr 2024 20:24:29 +0000 Subject: [PATCH 12/14] Update bcprov-jdk15to18 to 1.78.1 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index d97d76d7ac..2f3b90d101 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -1,7 +1,7 @@ import sbt._ object Dependencies { - val bcprovJdk15to18 = "org.bouncycastle" % "bcprov-jdk15to18" % "1.78" + val bcprovJdk15to18 = "org.bouncycastle" % "bcprov-jdk15to18" % "1.78.1" val betterFiles = "com.github.pathikrit" %% "better-files" % "3.9.2" val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.4" val catsCore = "org.typelevel" %% "cats-core" % "2.10.0" From ce3325e46300add045ea320be5051f1c156c3dea Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 19 Apr 2024 20:24:37 +0000 Subject: [PATCH 13/14] Update scalacheck to 1.18.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index d97d76d7ac..d04f717136 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -41,7 +41,7 @@ object Dependencies { val refined = "eu.timepit" %% "refined" % "0.11.1" val refinedScalacheck = "eu.timepit" %% "refined-scalacheck" % refined.revision val scalacacheCaffeine = "com.github.cb372" %% "scalacache-caffeine" % "1.0.0-M6" - val scalacheck = "org.scalacheck" %% "scalacheck" % "1.17.1" + val scalacheck = "org.scalacheck" %% "scalacheck" % "1.18.0" val scalaStewardMillPluginArtifactName = "scala-steward-mill-plugin" val scalaStewardMillPlugin = "org.scala-steward" % s"${scalaStewardMillPluginArtifactName}_mill0.10_2.13" % "0.18.0" From 91def5bf57b3c13b4b120601850a82fde38e1e24 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 21 Apr 2024 19:51:38 +0000 Subject: [PATCH 14/14] Update sbt-typelevel-mergify to 0.7.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 90f5c669f6..6dd6304014 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -11,4 +11,4 @@ addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11") -addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.6.7") +addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.7.0")