This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pekko-release in repository https://gitbox.apache.org/repos/asf/pekko-quickstart-java.g8.git
commit 6ef92ce195bbcb05473f54e80d8efe8e8461ed11 Author: PJ Fanning <[email protected]> AuthorDate: Mon Jun 24 15:31:58 2024 +0100 pekko 1.0.3 and other upgrades --- project/build.properties | 2 +- src/main/g8/build.gradle | 2 +- src/main/g8/build.sbt | 2 +- src/main/g8/default.properties | 2 +- src/main/g8/pom.xml | 4 ++-- 5 files changed, 6 insertions(+), 6 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.gradle b/src/main/g8/build.gradle index 25c1f18..89e37bb 100644 --- a/src/main/g8/build.gradle +++ b/src/main/g8/build.gradle @@ -12,7 +12,7 @@ dependencies { implementation 'org.apache.pekko:pekko-actor-typed_2.13:$pekko_version$' implementation 'ch.qos.logback:logback-classic:1.2.13' testImplementation 'org.apache.pekko:pekko-actor-testkit-typed_2.13:$pekko_version$' - testImplementation 'junit:junit:4.13.1' + testImplementation 'junit:junit:4.13.2' } mainClassName = "$package$.PekkoQuickstart" diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt index a8d34f8..0175039 100644 --- a/src/main/g8/build.sbt +++ b/src/main/g8/build.sbt @@ -2,7 +2,7 @@ name := "pekko-quickstart-java" version := "1.0" -scalaVersion := "2.13.12" +scalaVersion := "2.13.14" lazy val pekkoVersion = "$pekko_version$" diff --git a/src/main/g8/default.properties b/src/main/g8/default.properties index 32dabe3..0521786 100644 --- a/src/main/g8/default.properties +++ b/src/main/g8/default.properties @@ -1,5 +1,5 @@ name = pekko-quickstart-java 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 Java. -pekko_version=1.0.2 +pekko_version=1.0.3 sbt_version=maven(org.scala-sbt, sbt, stable) package=com.example diff --git a/src/main/g8/pom.xml b/src/main/g8/pom.xml index 154ba56..5e92f92 100644 --- a/src/main/g8/pom.xml +++ b/src/main/g8/pom.xml @@ -39,7 +39,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.8.1</version> + <version>3.13.0</version> <configuration> <source>1.8</source> <target>1.8</target> @@ -48,7 +48,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> - <version>3.0.0</version> + <version>3.3.0</version> <configuration> <executable>java</executable> <arguments> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
