From 7d1ecaa2fdb56e9cb7178beec695fd2b916380ef Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 14 Oct 2024 19:51:36 +0000 Subject: [PATCH 1/4] slick 3.5.2 (was 3.5.1) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 2dc9879e..0463235d 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -21,7 +21,7 @@ object Dependencies { object Version { val play = _root_.play.core.PlayVersion.current - val slick = "3.5.1" + val slick = "3.5.2" val h2 = "2.3.232" } From 47fae995d07ecd34914e6426b0130ea2ed5efc4f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 14 Oct 2024 19:51:44 +0000 Subject: [PATCH 2/4] scala-library 2.13.15 (was 2.13.14) --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 227536e6..4b059887 100644 --- a/build.sbt +++ b/build.sbt @@ -23,8 +23,8 @@ lazy val commonSettings = Seq( javacOptions ++= Seq("-encoding", "UTF-8", "-Xlint:-options"), compile / javacOptions ++= Seq("--release", "11"), doc / javacOptions := Seq("-source", "11"), - scalaVersion := "2.13.14", - crossScalaVersions := Seq("2.13.14", "3.3.3"), + scalaVersion := "2.13.15", + crossScalaVersions := Seq("2.13.15", "3.3.3"), scalacOptions ++= Seq("-deprecation", "-feature", "-unchecked", "-encoding", "utf8") ++ (CrossVersion.partialVersion(scalaVersion.value) match { case Some((2, 13)) => Seq("-Xsource:3") From c6ef63cc10304ddc253b68b71d25003fd3873c2f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 14 Oct 2024 19:51:53 +0000 Subject: [PATCH 3/4] scala3-library 3.3.4 (was 3.3.3) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4b059887..27dfa9f3 100644 --- a/build.sbt +++ b/build.sbt @@ -24,7 +24,7 @@ lazy val commonSettings = Seq( compile / javacOptions ++= Seq("--release", "11"), doc / javacOptions := Seq("-source", "11"), scalaVersion := "2.13.15", - crossScalaVersions := Seq("2.13.15", "3.3.3"), + crossScalaVersions := Seq("2.13.15", "3.3.4"), scalacOptions ++= Seq("-deprecation", "-feature", "-unchecked", "-encoding", "utf8") ++ (CrossVersion.partialVersion(scalaVersion.value) match { case Some((2, 13)) => Seq("-Xsource:3") From b37988028a34e701729dcb45796d0f4e063866f9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 14 Oct 2024 19:52:00 +0000 Subject: [PATCH 4/4] sbt 1.10.2 (was 1.10.1) --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index ee4c672c..0b699c30 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.2