Skip to content

Commit

Permalink
update to Akka HTTP 10.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw authored and ktoso committed Apr 13, 2018
1 parent 94370c1 commit 1f38f2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
6 changes: 3 additions & 3 deletions src/main/g8/default.properties
Original file line number Diff line number Diff line change
@@ -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$

0 comments on commit 1f38f2e

Please sign in to comment.