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-http-quickstart-scala.g8.git
The following commit(s) were added to refs/heads/main by this push:
new 19a0281 pekko 1.0.3 (#9)
19a0281 is described below
commit 19a0281111365fc00576125683183b0b6e8aea3f
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Jun 24 21:54:41 2024 +0100
pekko 1.0.3 (#9)
---
project/build.properties | 2 +-
src/main/g8/build.sbt | 2 +-
src/main/g8/default.properties | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/project/build.properties b/project/build.properties
index 04267b1..081fdbb 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=1.9.9
+sbt.version=1.10.0
diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt
index 76ed6af..a2be538 100644
--- a/src/main/g8/build.sbt
+++ b/src/main/g8/build.sbt
@@ -23,6 +23,6 @@ lazy val root = (project in file(".")).
"org.apache.pekko" %% "pekko-http-testkit" % pekkoHttpVersion %
Test,
"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 435c01a..53548f1 100644
--- a/src/main/g8/default.properties
+++ b/src/main/g8/default.properties
@@ -1,8 +1,8 @@
name=My Pekko HTTP Project
description=This is a seed project which creates a basic build for a Pekko
HTTP application using Scala.
-scala_version=2.13.13
+scala_version=2.13.14
pekko_http_version=1.0.1
-pekko_version=1.0.2
+pekko_version=1.0.3
sbt_version=maven(org.scala-sbt, sbt, stable)
organization=com.example
package=$organization$
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]