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

engelen 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 3de664b  sbt 1.10.7 (#15)
3de664b is described below

commit 3de664bdeda26e8ac32022d025f2892432f59e4b
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Jan 3 16:50:05 2025 +0100

    sbt 1.10.7 (#15)
---
 project/build.properties | 2 +-
 src/main/g8/build.sbt    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/project/build.properties b/project/build.properties
index 0b699c3..73df629 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=1.10.2
+sbt.version=1.10.7
diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt
index a557e7e..7892c4f 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.14"
+scalaVersion := "2.13.15"
 
 lazy val pekkoVersion = "$pekko_version$"
 


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

Reply via email to