We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 672968c commit 57d5439Copy full SHA for 57d5439
.travis.yml
@@ -1,7 +1,7 @@
1
language: scala
2
scala:
3
- - 2.11.11
4
- - 2.12.2
+ - 2.11.12
+ - 2.12.4
5
6
# These directories are cached to S3 at the end of the build
7
cache:
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.12.3
-akka_http_version=10.0.10
-akka_version=2.5.4
+scala_version=2.12.4
+akka_http_version=10.0.11
+akka_version=2.5.8
organization=com.example
0 commit comments