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

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-quickstart-scala.g8.git


The following commit(s) were added to refs/heads/main by this push:
     new b382146  Update Scala version to 2.13.18 (#21)
b382146 is described below

commit b38214675cb24598346b480a68bd3359ebd5848e
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Jan 21 10:08:07 2026 +0100

    Update Scala version to 2.13.18 (#21)
    
    * Update Scala version to 2.13.18
    
    * Update Scala version to 2.13.18
---
 docs/build.sbt        | 2 +-
 src/main/g8/build.sbt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/build.sbt b/docs/build.sbt
index 626c76b..29ef845 100644
--- a/docs/build.sbt
+++ b/docs/build.sbt
@@ -1,4 +1,4 @@
-scalaVersion := "2.13.16"
+scalaVersion := "2.13.18"
 
 Compile / paradoxProperties ++= Map(
   "snip.g8root.base_dir" -> "../../../../src/main/g8"
diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt
index 3de99eb..85b8f5b 100644
--- a/src/main/g8/build.sbt
+++ b/src/main/g8/build.sbt
@@ -2,7 +2,7 @@ name := "$name$"
 
 version := "1.0"
 
-scalaVersion := "2.13.16"
+scalaVersion := "2.13.18"
 
 lazy val pekkoVersion = "$pekko_version$"
 


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

Reply via email to