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 fe9ba4c pekko 1.1 (#13)
fe9ba4c is described below
commit fe9ba4cb9e2a76c133f84002e361ad488fabf518
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Sep 16 15:33:27 2024 +0100
pekko 1.1 (#13)
---
project/build.properties | 2 +-
src/main/g8/build.sbt | 4 ++--
src/main/g8/default.properties | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/project/build.properties b/project/build.properties
index 081fdbb..ee4c672 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=1.10.0
+sbt.version=1.10.1
diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt
index f08b064..1c22541 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.13"
+scalaVersion := "2.13.14"
lazy val pekkoVersion = "$pekko_version$"
@@ -16,5 +16,5 @@ libraryDependencies ++= Seq(
"org.apache.pekko" %% "pekko-actor-typed" % pekkoVersion,
"ch.qos.logback" % "logback-classic" % "1.2.13",
"org.apache.pekko" %% "pekko-actor-testkit-typed" % pekkoVersion % Test,
- "org.scalatest" %% "scalatest" % "3.2.18" % Test
+ "org.scalatest" %% "scalatest" % "3.2.19" % Test
)
diff --git a/src/main/g8/default.properties b/src/main/g8/default.properties
index 77836c4..e29840d 100644
--- a/src/main/g8/default.properties
+++ b/src/main/g8/default.properties
@@ -1,5 +1,5 @@
name = pekko-quickstart-scala
description = Apache Pekko is a toolkit and runtime for building highly
concurrent, distributed, and fault tolerant event-driven apps. This simple
application will get you started building Actor based systems with Scala. This
app uses Apache Pekko, Scala, and ScalaTest.
-pekko_version=1.0.3
+pekko_version=1.1.1
sbt_version=maven(org.scala-sbt, sbt, stable)
package=com.example
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]