From b0aafc2e01a8cb95c4057cf961072564063ec650 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 8 Jul 2022 07:10:30 +0000 Subject: [PATCH 01/24] Update specs2-core to 4.16.1 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 90d9021..019ac44 100644 --- a/build.sbt +++ b/build.sbt @@ -26,13 +26,13 @@ libraryDependencies ++= { scalaBinaryVersion.value match { case "3" => Seq( - "org.specs2" %% "specs2-core" % "4.15.0" % "test" + "org.specs2" %% "specs2-core" % "4.16.1" % "test" ) case _ => Seq( "org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided, "com.chuusai" %% "shapeless" % "2.3.8", - "org.specs2" %% "specs2-core" % "4.15.0" % "test" + "org.specs2" %% "specs2-core" % "4.16.1" % "test" ) } } From 109109aadd5fb2d25050337044f0d7639041dea0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 13 Sep 2022 17:57:49 +0000 Subject: [PATCH 02/24] Update shapeless to 2.3.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 90d9021..9423162 100644 --- a/build.sbt +++ b/build.sbt @@ -31,7 +31,7 @@ libraryDependencies ++= { case _ => Seq( "org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided, - "com.chuusai" %% "shapeless" % "2.3.8", + "com.chuusai" %% "shapeless" % "2.3.10", "org.specs2" %% "specs2-core" % "4.15.0" % "test" ) } From 539357cfe87ac25dc491b00e38ccfc12ad7dac50 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 12 Jul 2022 05:18:37 +0000 Subject: [PATCH 03/24] Update sbt to 1.7.1 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index f6acff8..d738b85 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.6.2 +sbt.version = 1.7.1 From d69d60942d9413a79f17bf3f5e3989b16d9590d7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 8 Jul 2022 07:10:26 +0000 Subject: [PATCH 04/24] Update scala3-library to 3.1.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9423162..12fe405 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import sbt.Keys.scalacOptions lazy val scala2_12 = "2.12.15" lazy val scala2_13 = "2.13.8" -lazy val scala3 = "3.1.2" +lazy val scala3 = "3.1.3" name := "delightful-typeclasses" organization := "org.sweet-delights" From c6acf57172423f3e76ecf7e6ce3916bbb4fe9fbf Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 8 Jul 2022 07:10:23 +0000 Subject: [PATCH 05/24] Update scala-library, scala-reflect to 2.12.16 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 12fe405..22e3bf7 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import java.util.regex.Pattern import sbt.Keys.scalacOptions -lazy val scala2_12 = "2.12.15" +lazy val scala2_12 = "2.12.16" lazy val scala2_13 = "2.13.8" lazy val scala3 = "3.1.3" From 105d6be89b84dbaa34168f9e3379420e7dc7d2cd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 24 May 2022 22:20:35 +0200 Subject: [PATCH 06/24] Update sbt-sonatype to 3.9.13 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 125bf0e..0b069d8 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.16") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0") addSbtPlugin("org.scala-sbt" % "sbt-autoversion" % "1.0.0") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.12") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.13") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2") \ No newline at end of file From 1a079ab339b8b4db7e656c6e7691b4357fa120bc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 5 Nov 2022 02:02:11 +0000 Subject: [PATCH 07/24] Update sbt to 1.7.3 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index d738b85..f5b9ea7 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.7.1 +sbt.version = 1.7.3 From 96f6287e42abc93056236971e672d16e505b400b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 31 Jan 2023 23:01:28 +0000 Subject: [PATCH 08/24] Update scala3-library to 3.2.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 072f9b7..4f85a3f 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import sbt.Keys.scalacOptions lazy val scala2_12 = "2.12.16" lazy val scala2_13 = "2.13.8" -lazy val scala3 = "3.1.3" +lazy val scala3 = "3.2.2" name := "delightful-typeclasses" organization := "org.sweet-delights" From dfdd0621e10f58c4f627e8bed4ace68811254033 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 29 Apr 2023 19:43:11 +0000 Subject: [PATCH 09/24] Update specs2-core to 4.20.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 4f85a3f..a98fca5 100644 --- a/build.sbt +++ b/build.sbt @@ -26,13 +26,13 @@ libraryDependencies ++= { scalaBinaryVersion.value match { case "3" => Seq( - "org.specs2" %% "specs2-core" % "4.16.1" % "test" + "org.specs2" %% "specs2-core" % "4.20.0" % "test" ) case _ => Seq( "org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided, "com.chuusai" %% "shapeless" % "2.3.10", - "org.specs2" %% "specs2-core" % "4.16.1" % "test" + "org.specs2" %% "specs2-core" % "4.20.0" % "test" ) } } From e2687c5fff5fd0ddd7f0996d268b48ee1588baaa Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 28 May 2023 04:39:02 +0000 Subject: [PATCH 10/24] Update sbt to 1.8.3 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index f5b9ea7..ef3d266 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.7.3 +sbt.version = 1.8.3 From b39c62bb13d4e7db402fb594a2581cbf75d570dd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 28 May 2023 04:39:10 +0000 Subject: [PATCH 11/24] Update sbt-sonatype to 3.9.21 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0b069d8..bcc70c9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.16") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0") addSbtPlugin("org.scala-sbt" % "sbt-autoversion" % "1.0.0") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.13") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2") \ No newline at end of file From 3e4b165cfa2fc913f82cbbbb8f74d7fe936b60c7 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 30 May 2023 05:16:55 +0200 Subject: [PATCH 12/24] Update sbt-pgp to 2.2.1 (#49) * Update sbt-pgp to 2.2.1 * Revert commit(s) c0c6b97 * Update sbt-pgp to 2.2.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index bcc70c9..d85f348 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,4 +2,4 @@ addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.16") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0") addSbtPlugin("org.scala-sbt" % "sbt-autoversion" % "1.0.0") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21") -addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2") \ No newline at end of file +addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") \ No newline at end of file From 4b267a65e25ddd7607d6336bbb129a02b1f52c2b Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 30 May 2023 05:17:14 +0200 Subject: [PATCH 13/24] Update scala-library, scala-reflect to 2.13.10 (#42) * Update scala-library, scala-reflect to 2.13.10 * Revert commit(s) 71079cb * Update scala-library, scala-reflect to 2.13.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a98fca5..aaeba8a 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import java.util.regex.Pattern import sbt.Keys.scalacOptions lazy val scala2_12 = "2.12.16" -lazy val scala2_13 = "2.13.8" +lazy val scala2_13 = "2.13.10" lazy val scala3 = "3.2.2" name := "delightful-typeclasses" From 5dca5afbe65cdb57cabfb1bfdf66752ab536a5d6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 9 Jun 2023 05:43:26 +0000 Subject: [PATCH 14/24] Update scala-library, scala-reflect to 2.13.11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index aaeba8a..bd19bbb 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import java.util.regex.Pattern import sbt.Keys.scalacOptions lazy val scala2_12 = "2.12.16" -lazy val scala2_13 = "2.13.10" +lazy val scala2_13 = "2.13.11" lazy val scala3 = "3.2.2" name := "delightful-typeclasses" From 9336d4200fdb7d09cc51b7a5c35a7a281b422ef2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 1 Jun 2023 02:52:47 +0000 Subject: [PATCH 15/24] 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 aaeba8a..cb388af 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import sbt.Keys.scalacOptions lazy val scala2_12 = "2.12.16" lazy val scala2_13 = "2.13.10" -lazy val scala3 = "3.2.2" +lazy val scala3 = "3.3.0" name := "delightful-typeclasses" organization := "org.sweet-delights" From d9333bbfce8cf69ec592cfd5fa9c7643c9ac1a32 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 9 Jun 2023 05:43:20 +0000 Subject: [PATCH 16/24] Update scala-library, scala-reflect to 2.12.18 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cb388af..1104c23 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import java.util.regex.Pattern import sbt.Keys.scalacOptions -lazy val scala2_12 = "2.12.16" +lazy val scala2_12 = "2.12.18" lazy val scala2_13 = "2.13.10" lazy val scala3 = "3.3.0" From c6b5184201488833496ee08d9caf84e5536019d9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 30 Jun 2023 02:44:26 +0000 Subject: [PATCH 17/24] 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 ef3d266..62499c3 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.8.3 +sbt.version = 1.9.1 From cda0ebe8492836433744c8f84b77331edb8d1e46 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 13 Sep 2023 04:18:18 +0000 Subject: [PATCH 18/24] Update scala-library, scala-reflect to 2.13.12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 16754b5..69fa5cf 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import java.util.regex.Pattern import sbt.Keys.scalacOptions lazy val scala2_12 = "2.12.18" -lazy val scala2_13 = "2.13.11" +lazy val scala2_13 = "2.13.12" lazy val scala3 = "3.3.0" name := "delightful-typeclasses" From c6b9f7d7eb80f44bc5d9b05b83e1d1a872466ea4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 9 Sep 2023 05:27:50 +0000 Subject: [PATCH 19/24] Update scala3-library to 3.3.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 16754b5..bbdab58 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import sbt.Keys.scalacOptions lazy val scala2_12 = "2.12.18" lazy val scala2_13 = "2.13.11" -lazy val scala3 = "3.3.0" +lazy val scala3 = "3.3.1" name := "delightful-typeclasses" organization := "org.sweet-delights" From 453723d0e7ed84c74d2a08c6742d6ef6ff5a107c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 6 Nov 2023 21:43:46 +0000 Subject: [PATCH 20/24] Update specs2-core to 4.20.3 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 9893853..5f13920 100644 --- a/build.sbt +++ b/build.sbt @@ -26,13 +26,13 @@ libraryDependencies ++= { scalaBinaryVersion.value match { case "3" => Seq( - "org.specs2" %% "specs2-core" % "4.20.0" % "test" + "org.specs2" %% "specs2-core" % "4.20.3" % "test" ) case _ => Seq( "org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided, "com.chuusai" %% "shapeless" % "2.3.10", - "org.specs2" %% "specs2-core" % "4.20.0" % "test" + "org.specs2" %% "specs2-core" % "4.20.3" % "test" ) } } From fdfeb7fca6a1716d612f845c4ec0fb5cffcf5a20 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 18 Nov 2023 03:08:26 +0000 Subject: [PATCH 21/24] Update sbt-sonatype to 3.10.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index d85f348..af1e0bc 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.16") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0") addSbtPlugin("org.scala-sbt" % "sbt-autoversion" % "1.0.0") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") \ No newline at end of file From ce6614c9b64cc6db0ac178024546f6917e5a4d07 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 13 Jan 2024 12:03:50 +0000 Subject: [PATCH 22/24] Update sbt-release to 1.3.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index af1e0bc..4502386 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.16") -addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0") +addSbtPlugin("com.github.sbt" % "sbt-release" % "1.3.0") addSbtPlugin("org.scala-sbt" % "sbt-autoversion" % "1.0.0") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") \ No newline at end of file From 48ab4cfae57bd0c589d3f9af1a315a99b171aa87 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 13 Jan 2024 12:03:52 +0000 Subject: [PATCH 23/24] 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 62499c3..0aa5c39 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.9.1 +sbt.version = 1.9.8 From 95af00186f8813c5489ec68a84d8c8eaf553e17a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 12 Oct 2024 18:57:45 +0000 Subject: [PATCH 24/24] Update sbt-sonatype to 3.12.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4502386..3051704 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.16") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.3.0") addSbtPlugin("org.scala-sbt" % "sbt-autoversion" % "1.0.0") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") \ No newline at end of file