Skip to content

Commit 57d5439

Browse files
jlpratktoso
authored andcommitted
Update to latest scala and akka versions
1 parent 672968c commit 57d5439

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: scala
22
scala:
3-
- 2.11.11
4-
- 2.12.2
3+
- 2.11.12
4+
- 2.12.4
55

66
# These directories are cached to S3 at the end of the build
77
cache:

src/main/g8/default.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name=My Akka HTTP Project
22
description=This is a seed project which creates a basic build for an Akka HTTP application using Scala.
3-
scala_version=2.12.3
4-
akka_http_version=10.0.10
5-
akka_version=2.5.4
3+
scala_version=2.12.4
4+
akka_http_version=10.0.11
5+
akka_version=2.5.8
66
organization=com.example

0 commit comments

Comments
 (0)