From 03d166cb18c93c5419b1d20187e5cd634789f39a Mon Sep 17 00:00:00 2001 From: Patrik Nordwall Date: Fri, 13 Apr 2018 10:58:12 +0200 Subject: [PATCH] update to Akka HTTP 10.1.1 --- .travis.yml | 2 +- src/main/g8/default.properties | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1f1054b..eb05977 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: scala scala: - 2.11.12 - - 2.12.4 + - 2.12.5 # These directories are cached to S3 at the end of the build cache: diff --git a/src/main/g8/default.properties b/src/main/g8/default.properties index 98404c2..441f267 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.12.4 -akka_http_version=10.0.11 -akka_version=2.5.11 +scala_version=2.12.5 +akka_http_version=10.1.1 +akka_version=2.5.12 organization=com.example package=$organization$