This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch johanandren-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-pekko-http-quickstart-scala-g8.git
commit cb517f611c35685ed938190b0c5d7f839796e986 Author: Johan Andrén <[email protected]> AuthorDate: Fri May 12 15:08:11 2023 +0200 bump: Default Scala version 2.13.10 --- src/main/g8/default.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/g8/default.properties b/src/main/g8/default.properties index 6b06a04..4c29e01 100644 --- a/src/main/g8/default.properties +++ b/src/main/g8/default.properties @@ -1,6 +1,6 @@ name=My Akka HTTP Project description=This is a seed project which creates a basic build for an Akka HTTP application using Scala. -scala_version=2.13.4 +scala_version=2.13.10 akka_http_version=maven(com.typesafe.akka, akka-http-core_2.13, stable) akka_version=maven(com.typesafe.akka, akka-actor-typed_2.13, stable) sbt_version=maven(org.scala-sbt, sbt, stable) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
