Skip to content

Commit

Permalink
use scala 2.13.2 instead of 2.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pm47 committed Apr 26, 2020
1 parent 173e43c commit ed5f7c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
dist: trusty
language: scala
scala:
- 2.13.1
- 2.13.2
env:
- export LD_LIBRARY_PATH=/usr/local/lib
before_install:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<scala.version>2.13.1</scala.version>
<scala.version>2.13.2</scala.version>
<scala.version.short>2.13</scala.version.short>
<akka.version>2.6.4</akka.version>
<akka.http.version>10.1.11</akka.http.version>
Expand Down

0 comments on commit ed5f7c7

Please sign in to comment.