Skip to content

Commit e18e9de

Browse files
committed
Update Scala to 2.13.5
1 parent 4e9e847 commit e18e9de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: scala
22

33
scala:
4-
- 2.13.4
4+
- 2.13.5
55

66
jdk:
77
- openjdk11

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name := "adventofcode"
22

33
version := "0.1"
44

5-
scalaVersion := "2.13.4"
5+
scalaVersion := "2.13.5"
66
scalacOptions ++= Seq("-deprecation")
77

88
// TODO: unnecessary for scalameter because it exists on maven central?

0 commit comments

Comments
 (0)