From b8239a3ba082ed00fc36305c3608cc8f60dd1859 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 14 Aug 2024 04:56:02 +0000 Subject: [PATCH 01/10] Update slf4j-simple to 2.0.16 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 64510d8a..b4bcf592 100644 --- a/build.sbt +++ b/build.sbt @@ -71,7 +71,7 @@ def mainDependencies(scalaVersion: String) = { "com.typesafe.slick" %% "slick" % "3.5.1", "org.postgresql" % "postgresql" % "42.7.3", "org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0", - "org.slf4j" % "slf4j-simple" % "2.0.13" % "provided", + "org.slf4j" % "slf4j-simple" % "2.0.16" % "provided", "org.scalatest" %% "scalatest" % "3.2.19" % "test", "com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.3" % "test", "com.dimafeng" %% "testcontainers-scala-postgresql" % "0.41.3" % "test" From fb4324e5937714e2073788082a0a9337a50ceb60 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 31 Aug 2024 19:17:49 +0000 Subject: [PATCH 02/10] Update jts-core to 1.20.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 64510d8a..39c40509 100644 --- a/build.sbt +++ b/build.sbt @@ -137,7 +137,7 @@ lazy val slickPgJtsLt = (project in file("./addons/jts_lt")) name := "slick-pg_jts_lt", description := "Slick extensions for PostgreSQL - (locationtech) jts module", libraryDependencies := mainDependencies(scalaVersion.value) ++ Seq( - "org.locationtech.jts" % "jts-core" % "1.19.0" + "org.locationtech.jts" % "jts-core" % "1.20.0" ) ) .dependsOn (slickPgCore % "test->test;compile->compile") From fbe0b622167291fc6003d15d622ef08aee3143bd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Sep 2024 19:13:45 +0000 Subject: [PATCH 03/10] Update circe-core, circe-generic, ... to 0.14.10 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 64510d8a..6e92cead 100644 --- a/build.sbt +++ b/build.sbt @@ -174,9 +174,9 @@ lazy val slickPgCirceJson = (project in file("./addons/circe-json")) description := "Slick extensions for PostgreSQL - circe module", libraryDependencies := mainDependencies(scalaVersion.value) ++ Seq( - "io.circe" %% "circe-core" % "0.14.9", - "io.circe" %% "circe-generic" % "0.14.9", - "io.circe" %% "circe-parser" % "0.14.9" + "io.circe" %% "circe-core" % "0.14.10", + "io.circe" %% "circe-generic" % "0.14.10", + "io.circe" %% "circe-parser" % "0.14.10" ) ) .dependsOn (slickPgCore % "test->test;compile->compile") From 2b3aa8f1755c9f524b800b45ae1a504dd30d8024 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 6 Sep 2024 19:13:47 +0000 Subject: [PATCH 04/10] Update scala-library, scala-reflect to 2.12.20 --- .github/workflows/ci.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22f402e9..ecff43e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: java: [8, 21] - scala: [2.12.19, 2.13.14, 3.3.1] + scala: [2.12.20, 2.13.14, 3.3.1] postgres: [11, 12, 13, 14] name: Test (Postgres ${{ matrix.postgres }} Scala ${{ matrix.scala }} Java ${{ matrix.java }}) runs-on: ubuntu-latest diff --git a/build.sbt b/build.sbt index 64510d8a..0eb930c8 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -val scala212 = "2.12.19" +val scala212 = "2.12.20" val scala213 = "2.13.14" val scala3 = "3.3.1" From a6f471ddfd7c2235d0fef0bb97f15a26b413503e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 16 Sep 2024 20:21:02 +0000 Subject: [PATCH 05/10] Update joda-time to 2.13.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 64510d8a..458af7e3 100644 --- a/build.sbt +++ b/build.sbt @@ -102,7 +102,7 @@ lazy val slickPgJoda = (project in file("./addons/joda-time")) name := "slick-pg_joda-time", description := "Slick extensions for PostgreSQL - joda time module", libraryDependencies := mainDependencies(scalaVersion.value) ++ Seq( - "joda-time" % "joda-time" % "2.12.7" + "joda-time" % "joda-time" % "2.13.0" ) ) .dependsOn (slickPgCore % "test->test;compile->compile") From 9b2e86a00d30246828c848fa0fd7c3566f1fa6e0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 19:37:11 +0000 Subject: [PATCH 06/10] Update scala-reflect to 2.13.15 --- .github/workflows/ci.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22f402e9..b4d0985f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: java: [8, 21] - scala: [2.12.19, 2.13.14, 3.3.1] + scala: [2.12.19, 2.13.15, 3.3.1] postgres: [11, 12, 13, 14] name: Test (Postgres ${{ matrix.postgres }} Scala ${{ matrix.scala }} Java ${{ matrix.java }}) runs-on: ubuntu-latest diff --git a/build.sbt b/build.sbt index 64510d8a..3cb6bde7 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ val scala212 = "2.12.19" -val scala213 = "2.13.14" +val scala213 = "2.13.15" val scala3 = "3.3.1" lazy val commonSettings = Seq( From 1fedb75a5f2a904b32961bfcdf05a96dc8dfc72d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 30 Sep 2024 20:23:44 +0000 Subject: [PATCH 07/10] Update slick to 3.5.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 64510d8a..9b238cba 100644 --- a/build.sbt +++ b/build.sbt @@ -68,7 +68,7 @@ def mainDependencies(scalaVersion: String) = { Seq ( "org.scala-lang.modules" %% "scala-parser-combinators" % (if (isScala3) "2.3.0" else "1.1.2"), "dev.zio" %% "izumi-reflect" % "2.3.10", - "com.typesafe.slick" %% "slick" % "3.5.1", + "com.typesafe.slick" %% "slick" % "3.5.2", "org.postgresql" % "postgresql" % "42.7.3", "org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0", "org.slf4j" % "slf4j-simple" % "2.0.13" % "provided", From 513ddf1140f625e79f9ae966f51e4ce888b3bf08 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 24 Oct 2024 23:16:04 +0000 Subject: [PATCH 08/10] Update argonaut to 6.3.11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 64510d8a..4cc4c114 100644 --- a/build.sbt +++ b/build.sbt @@ -197,7 +197,7 @@ lazy val slickPgArgonaut = (project in file("./addons/argonaut")) name := "slick-pg_argonaut", description := "Slick extensions for PostgreSQL - argonaut module", libraryDependencies := mainDependencies(scalaVersion.value) ++ - Seq("io.argonaut" %% "argonaut" % "6.3.10") + Seq("io.github.argonaut-io" %% "argonaut" % "6.3.11") ) .dependsOn (slickPgCore % "test->test;compile->compile") From 21dfb61d629276340421c72dddb73c6e4755ec08 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 2 Dec 2024 02:53:13 +0000 Subject: [PATCH 09/10] Update sbt to 1.10.6 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index ee4c672c..e88a0d81 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.6 From 12fce8316312c08350419c3bef26d02b4618bfa2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 11 Dec 2024 21:33:01 +0000 Subject: [PATCH 10/10] Update sbt-pgp to 2.3.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 3b328829..c48411e9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,4 +5,4 @@ logLevel := Level.Warn resolvers += "Typesafe repository" at "https://repo.typesafe.com/typesafe/releases/" // Add sbt PGP Plugin -addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") +addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")