This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch 1.0.x
in repository https://gitbox.apache.org/repos/asf/pekko-http.git


The following commit(s) were added to refs/heads/1.0.x by this push:
     new f1337300e upgrade pekko, scala and sbt plugins (#598)
f1337300e is described below

commit f1337300e190eb51cda7fd0cd09778dc5befafff
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Sep 16 10:32:52 2024 +0100

    upgrade pekko, scala and sbt plugins (#598)
    
    * upgrade pekko, scala and sbt plugins
    
    * scala 2.13 doc issue
---
 project/Dependencies.scala        | 4 ++--
 project/PekkoCoreDependency.scala | 2 +-
 project/build.properties          | 2 +-
 project/plugins.sbt               | 8 ++++----
 scripts/link-validator.conf       | 6 +++---
 5 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 22d4a5bf4..e0571276c 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -34,8 +34,8 @@ object Dependencies {
 
   val scalafixVersion = _root_.scalafix.sbt.BuildInfo.scalafixVersion // grab 
from plugin
 
-  val scala212Version = "2.12.19"
-  val scala213Version = "2.13.13"
+  val scala212Version = "2.12.20"
+  val scala213Version = "2.13.14"
   val scala3Version = "3.3.3"
   val allScalaVersions = Seq(scala213Version, scala212Version, scala3Version)
 
diff --git a/project/PekkoCoreDependency.scala 
b/project/PekkoCoreDependency.scala
index b3244a599..d94d06b0e 100644
--- a/project/PekkoCoreDependency.scala
+++ b/project/PekkoCoreDependency.scala
@@ -20,5 +20,5 @@ import com.github.pjfanning.pekkobuild.PekkoDependency
 object PekkoCoreDependency extends PekkoDependency {
   override val checkProject: String = "pekko-cluster-sharding-typed"
   override val module: Option[String] = None
-  override val currentVersion: String = "1.0.2"
+  override val currentVersion: String = "1.0.3"
 }
diff --git a/project/build.properties b/project/build.properties
index e8a1e246e..ee4c672cd 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=1.9.7
+sbt.version=1.10.1
diff --git a/project/plugins.sbt b/project/plugins.sbt
index f6cae7fe1..00b41efdd 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -11,7 +11,7 @@ resolvers += Classpaths.sbtPluginReleases
 resolvers += Classpaths.typesafeReleases
 
 addSbtPlugin("com.typesafe.sbt" % "sbt-multi-jvm" % "0.4.0")
-addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")
+addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
 addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
 addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
 addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
@@ -25,11 +25,11 @@ addSbtPlugin("com.github.sbt" % "sbt-license-report" % 
"1.5.0")
 addSbtPlugin("org.apache.pekko" % "pekko-sbt-paradox" % "1.0.1")
 
 addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.9.0")
-addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.31")
+addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.32")
 addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0")
 addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
-addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.11")
-addSbtPlugin("com.github.pjfanning" % "sbt-pekko-build" % "0.3.3")
+addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.12")
+addSbtPlugin("com.github.pjfanning" % "sbt-pekko-build" % "0.3.4")
 addSbtPlugin("net.virtual-void" % "sbt-hackers-digest" % "0.1.2")
 addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.7.0")
 
diff --git a/scripts/link-validator.conf b/scripts/link-validator.conf
index cb87f3bba..0cc7448b8 100644
--- a/scripts/link-validator.conf
+++ b/scripts/link-validator.conf
@@ -53,9 +53,9 @@ site-link-validator {
     # GitHub will block with "429 Too Many Requests"
     "https://github.com/";
     # Problematic link generated by scaladoc
-    
"https://www.scala-lang.org/api/2.13.13/scala/runtime/AbstractFunction1.html";
-    
"https://www.scala-lang.org/api/2.13.13/scala/runtime/AbstractFunction2.html";
-    
"https://www.scala-lang.org/api/2.13.13/scala/runtime/AbstractFunction3.html";
+    
"https://www.scala-lang.org/api/2.13.14/scala/runtime/AbstractFunction1.html";
+    
"https://www.scala-lang.org/api/2.13.14/scala/runtime/AbstractFunction2.html";
+    
"https://www.scala-lang.org/api/2.13.14/scala/runtime/AbstractFunction3.html";
     # Bug, see https://github.com/scala/bug/issues/12807 and 
https://github.com/lampepfl/dotty/issues/17973
     
"https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/nio/file/StandardOpenOption$.html";
     # Occasionally returns a 500 Internal Server Error


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to