From 51ca3edd5ebf25df75e5126446d61650420f83dc Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sun, 26 Oct 2025 10:14:26 +0000 Subject: [PATCH 1/2] upgrade dependencies --- project/build.properties | 2 +- src/main/g8/default.properties | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/project/build.properties b/project/build.properties index 5e6884d..01a16ed 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.11.6 +sbt.version=1.11.7 diff --git a/src/main/g8/default.properties b/src/main/g8/default.properties index 98ec382..5fb0bd5 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=3.3.6 -pekko_http_version=1.2.0 -pekko_version=1.2.0 +scala_version=3.3.7 +pekko_http_version=1.3.0 +pekko_version=1.2.1 sbt_version=maven(org.scala-sbt, sbt, stable) organization=com.example package=$organization$ From 7655ed27b456be0eade6f8e06bce3a82a0f52957 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sun, 26 Oct 2025 10:18:42 +0000 Subject: [PATCH 2/2] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87c8eaa..ef7d539 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,4 +32,4 @@ jobs: - name: generate and test, Scala 2.13 run: |- - sbt new file://$PWD --name=hello-world --scala_version=2.13.16 --force && pushd hello-world && sbt test + sbt new file://$PWD --name=hello-world --scala_version=2.13.17 --force && pushd hello-world && sbt test