From cbf652d08541ee377e86ce7613631c0a62932e46 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sun, 26 Oct 2025 10:12:16 +0000 Subject: [PATCH] upgrade dependencies --- project/build.properties | 2 +- src/main/g8/build.sbt | 4 ++-- src/main/g8/default.properties | 4 ++-- 3 files changed, 5 insertions(+), 5 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/build.sbt b/src/main/g8/build.sbt index eb456bc..6220b41 100644 --- a/src/main/g8/build.sbt +++ b/src/main/g8/build.sbt @@ -5,7 +5,7 @@ lazy val root = (project in file(".")). settings( inThisBuild(List( organization := "$organization$", - scalaVersion := "3.3.6", + scalaVersion := "3.3.7", name := "$name$" )), name := "TestProject", @@ -20,7 +20,7 @@ lazy val root = (project in file(".")). "org.apache.pekko" %% "pekko-http-testkit" % pekkoHttpVersion % Test, "org.apache.pekko" %% "pekko-actor-testkit-typed" % pekkoVersion % Test, "junit" % "junit" % "4.13.2" % Test, - "com.novocode" % "junit-interface" % "0.11" % Test + "com.github.sbt" % "junit-interface" % "0.13.3" % Test ), testOptions += Tests.Argument(TestFrameworks.JUnit, "-v") diff --git a/src/main/g8/default.properties b/src/main/g8/default.properties index b6cc7e1..49e897e 100644 --- a/src/main/g8/default.properties +++ b/src/main/g8/default.properties @@ -1,6 +1,6 @@ name=My Pekko HTTP Project -pekko_http_version=1.2.0 -pekko_version=1.2.0 +pekko_http_version=1.3.0 +pekko_version=1.2.1 organization=com.example package=$organization$ verbatim=gradlew gradlew.bat gradle-wrapper.properties gradle-wrapper.jar \ No newline at end of file