From 46809950a1c06987a7f6718e1e7778c09eb669d6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 16 Sep 2024 14:08:24 +0000 Subject: [PATCH 1/5] 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 ee4c672..0b699c3 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.2 From 0ae2f5b011f214db32da57da97f198221b0a261e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 18 Sep 2024 14:37:29 +0000 Subject: [PATCH 2/5] Update sbt-mdoc to 2.6.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 835b7e0..cb50882 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,6 +4,6 @@ addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2") addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.1") addSbtPlugin("com.github.tkawachi" % "sbt-doctest" % "0.10.0") -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.4") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.1") libraryDependencySchemes += "com.lihaoyi" %% "geny" % VersionScheme.Always From b2382d782e64af6068dbb46d954bedb90b90f777 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 24 Sep 2024 13:37:48 +0000 Subject: [PATCH 3/5] Update guava to 33.3.1-jre --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 244cace..95e1e17 100644 --- a/build.sbt +++ b/build.sbt @@ -55,7 +55,7 @@ lazy val testKit = crossProject(JVMPlatform, JSPlatform, NativePlatform) ) ) .jvmSettings( - libraryDependencies += "com.google.guava" % "guava" % "33.3.0-jre" % "test" + libraryDependencies += "com.google.guava" % "guava" % "33.3.1-jre" % "test" ) .dependsOn(core % "compile->compile") From a9337edb9748a64db55a8f0ad51356cc77a1f090 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 13:56:16 +0000 Subject: [PATCH 4/5] Update scala-library, scala-reflect to 2.13.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 244cace..befc5bf 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ ThisBuild / developers ++= List( ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("8")) -ThisBuild / crossScalaVersions := List("2.12.20", "2.13.14", "3.3.3") +ThisBuild / crossScalaVersions := List("2.12.20", "2.13.15", "3.3.3") ThisBuild / tlVersionIntroduced := Map("3" -> "3.0.3") From f4b83ba051d5ff5f5852102dedddb88f4822ecc6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 28 Sep 2024 14:54:45 +0000 Subject: [PATCH 5/5] Update sbt-scalajs, scalajs-compiler, ... to 1.17.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 835b7e0..f219b58 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.3") -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2") addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.1")