From ac3218c6dc2fc297dd67d5cbf02a0cf41470492a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 3 Nov 2024 18:13:38 +0000 Subject: [PATCH 1/5] Update sbt-buildinfo to 0.13.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4953b733..2413b0d0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,5 +3,5 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.2") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.5.3") -addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") +addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.0") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") From da8f3fe4521b29d9c30dbc58da540f6cb30f3cfa Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 3 Nov 2024 18:13:52 +0000 Subject: [PATCH 2/5] Update sbt-dynver to 5.1.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4953b733..77afbdf0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1") +addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.2") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") From f94289ad143c12e52dac27409fe9177c9e685aca Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 3 Nov 2024 18:14:20 +0000 Subject: [PATCH 3/5] Update sbt-mima-plugin to 1.1.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4953b733..bb11ada2 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.2") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.5.3") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") From 46bc88022dc676dd0ff0803a3f1e028c901b1972 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 3 Nov 2024 18:14:50 +0000 Subject: [PATCH 4/5] Update scala-compiler, scala-library to 2.13.15 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index c09a9434..0aae1789 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -3,7 +3,7 @@ import Keys._ object Dependencies { val scala212 = "2.12.18" - val scala213 = "2.13.12" + val scala213 = "2.13.15" val scala3 = "3.3.1" val scalaCompiler = Def.setting { From 644c6197b826b3c62f6d190b754f4968813eb782 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 3 Nov 2024 18:16:53 +0000 Subject: [PATCH 5/5] Update scalatest to 3.2.19 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index c09a9434..f07d2e7e 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -12,6 +12,6 @@ object Dependencies { } val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.17.0" - val scalatest = "org.scalatest" %% "scalatest" % "3.2.16" + val scalatest = "org.scalatest" %% "scalatest" % "3.2.19" val swovalFiles = "com.swoval" % "file-tree-views" % "2.1.12" }