This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch 1.2.x
in repository https://gitbox.apache.org/repos/asf/pekko-projection.git
The following commit(s) were added to refs/heads/1.2.x by this push:
new c7d5e07 update sbt plugins (#369)
c7d5e07 is described below
commit c7d5e072eaa0a4a4c0fae8b7c722490f3613e22c
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Jan 5 11:29:50 2026 +0100
update sbt plugins (#369)
---
project/Dependencies.scala | 2 +-
project/build.properties | 3 +--
project/plugins.sbt | 4 ++--
3 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 084da37..4d540d2 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -15,7 +15,7 @@ import sbt._
object Dependencies {
val Scala213 = "2.13.18"
- val Scala212 = "2.12.20"
+ val Scala212 = "2.12.21"
val Scala3 = "3.3.7"
val ScalaVersions = Seq(Scala213, Scala212, Scala3)
diff --git a/project/build.properties b/project/build.properties
index 73840fd..01a16ed 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1,2 +1 @@
-sbt.version=1.11.6
-
+sbt.version=1.11.7
diff --git a/project/plugins.sbt b/project/plugins.sbt
index d926cb1..d1a4ee0 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -13,8 +13,8 @@ addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0")
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.1")
addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.32")
-addSbtPlugin("com.github.pjfanning" % "sbt-pekko-build" % "0.4.5")
-addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.12")
+addSbtPlugin("com.github.pjfanning" % "sbt-pekko-build" % "0.4.7")
+addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.13")
addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.8.0")
// Documentation
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]