This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/incubator-pekko-http-quickstart-scala-g8.git
commit f34be15d8d03a6097c435f83b583cb92c4285e52 Author: Arnout Engelen <[email protected]> AuthorDate: Tue Jul 14 11:31:33 2020 +0200 Fix version to 10.1.12 To avoid updating to 10.2.0 on the 10.1.x branch once that's out --- 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 22f0fc1..611d9ea 100644 --- a/src/main/g8/default.properties +++ b/src/main/g8/default.properties @@ -1,7 +1,7 @@ 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.1 -akka_http_version=maven(com.typesafe.akka, akka-http-core_2.13, stable) +akka_http_version=10.1.12 akka_version=maven(com.typesafe.akka, akka-actor-typed_2.13, stable) organization=com.example package=$organization$ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
