This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-2 in repository https://gitbox.apache.org/repos/asf/pekko-quickstart-scala.g8.git
commit 91b88c5fd9cb7666008159669062e2572f880ccf Author: PJ Fanning <[email protected]> AuthorDate: Thu Jan 15 21:43:11 2026 +0100 Update Scala version to 2.13.18 --- src/main/g8/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]
