From 2f5762e82ceb3fbcbaabdb76bcd134bc515f3209 Mon Sep 17 00:00:00 2001 From: "gu-scala-steward-public-repos[bot]" <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 11:58:28 +0000 Subject: [PATCH 1/8] Update logback-classic to 1.5.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index df60833..064663e 100644 --- a/build.sbt +++ b/build.sbt @@ -30,7 +30,7 @@ libraryDependencies ++= Seq( "org.webjars" % "bootstrap" % "3.4.1", "com.getsentry.raven" % "raven-logback" % "8.0.3", // Transient dependency of raven-logback 8.0.3. No newer version of raven-logback available. - "ch.qos.logback" % "logback-classic" % "1.5.6", + "ch.qos.logback" % "logback-classic" % "1.5.9", "com.github.nscala-time" %% "nscala-time" % "2.32.0", "io.lemonlabs" %% "scala-uri" % "4.0.3", "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5", From 327b0cd6169a5e680bc6a3e5b0bfbc2e6345c1b9 Mon Sep 17 00:00:00 2001 From: "gu-scala-steward-public-repos[bot]" <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 11:58:28 +0000 Subject: [PATCH 2/8] Update scaffeine to 5.3.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 064663e..9cf73bb 100644 --- a/build.sbt +++ b/build.sbt @@ -26,7 +26,7 @@ libraryDependencies ++= Seq( "com.softwaremill.macwire" %% "macros" % "2.5.9" % Provided, // slight finesse: 'provided' as only used for compile "com.madgag" %% "scala-collection-plus" % "0.11", "org.typelevel" %% "cats-core" % "2.10.0", - "com.github.blemale" %% "scaffeine" % "5.2.1", + "com.github.blemale" %% "scaffeine" % "5.3.0", "org.webjars" % "bootstrap" % "3.4.1", "com.getsentry.raven" % "raven-logback" % "8.0.3", // Transient dependency of raven-logback 8.0.3. No newer version of raven-logback available. From fb6b0f34127030be3a9b36e7df3f9d74bc148c43 Mon Sep 17 00:00:00 2001 From: "gu-scala-steward-public-repos[bot]" <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 11:58:28 +0000 Subject: [PATCH 3/8] Update nscala-time to 2.34.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9cf73bb..79d1c2c 100644 --- a/build.sbt +++ b/build.sbt @@ -31,7 +31,7 @@ libraryDependencies ++= Seq( "com.getsentry.raven" % "raven-logback" % "8.0.3", // Transient dependency of raven-logback 8.0.3. No newer version of raven-logback available. "ch.qos.logback" % "logback-classic" % "1.5.9", - "com.github.nscala-time" %% "nscala-time" % "2.32.0", + "com.github.nscala-time" %% "nscala-time" % "2.34.0", "io.lemonlabs" %% "scala-uri" % "4.0.3", "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5", "com.madgag.play-git-hub" %% "core" % "6.0", From 56306a5d19bf84e4daebd341722df6e2e86c8a70 Mon Sep 17 00:00:00 2001 From: "gu-scala-steward-public-repos[bot]" <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 11:58:28 +0000 Subject: [PATCH 4/8] Update macros to 2.6.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 79d1c2c..e89e9d5 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ Test / testOptions += libraryDependencies ++= Seq( filters, ws, - "com.softwaremill.macwire" %% "macros" % "2.5.9" % Provided, // slight finesse: 'provided' as only used for compile + "com.softwaremill.macwire" %% "macros" % "2.6.4" % Provided, // slight finesse: 'provided' as only used for compile "com.madgag" %% "scala-collection-plus" % "0.11", "org.typelevel" %% "cats-core" % "2.10.0", "com.github.blemale" %% "scaffeine" % "5.3.0", From a4e939d9d2269cd9cd9c2408cea14928de998314 Mon Sep 17 00:00:00 2001 From: "gu-scala-steward-public-repos[bot]" <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 11:58:28 +0000 Subject: [PATCH 5/8] Update sbt-plugin to 3.0.5 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index c43e772..f2fcf08 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.3") +addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.5") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0") From 6b435e7f8e2d75d7c23219ff7937e1e1a2dc650f Mon Sep 17 00:00:00 2001 From: "gu-scala-steward-public-repos[bot]" <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 11:58:28 +0000 Subject: [PATCH 6/8] Update scala-library to 2.13.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e89e9d5..246e375 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ name := "prout" version := "1.0-SNAPSHOT" -scalaVersion := "2.13.14" +scalaVersion := "2.13.15" updateOptions := updateOptions.value.withCachedResolution(true) From c0441f6e3c3b36840f5a02e65e6649e5fe342ffd Mon Sep 17 00:00:00 2001 From: "gu-scala-steward-public-repos[bot]" <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 11:58:28 +0000 Subject: [PATCH 7/8] Update sbt to 1.10.2 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 081fdbb..0b699c3 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.2 From 0c2ec993772f2beae26b56caa58809ecbaa29f88 Mon Sep 17 00:00:00 2001 From: "gu-scala-steward-public-repos[bot]" <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 11:58:28 +0000 Subject: [PATCH 8/8] Update cats-core to 2.12.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 246e375..b79e837 100644 --- a/build.sbt +++ b/build.sbt @@ -25,7 +25,7 @@ libraryDependencies ++= Seq( ws, "com.softwaremill.macwire" %% "macros" % "2.6.4" % Provided, // slight finesse: 'provided' as only used for compile "com.madgag" %% "scala-collection-plus" % "0.11", - "org.typelevel" %% "cats-core" % "2.10.0", + "org.typelevel" %% "cats-core" % "2.12.0", "com.github.blemale" %% "scaffeine" % "5.3.0", "org.webjars" % "bootstrap" % "3.4.1", "com.getsentry.raven" % "raven-logback" % "8.0.3",