Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit 6304052

Browse files
committed
Update travis scala version to 2.13.1
1 parent 554ef09 commit 6304052

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
@@ -4,7 +4,7 @@ language: scala
44
scala:
55
- 2.11.12
66
- 2.12.8
7-
- 2.13.0
7+
- 2.13.1
88

99
jdk:
1010
- oraclejdk8

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.6.0")
77

88
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
99

10-
libraryDependencies += "org.scoverage" %% "scalac-scoverage-runtime" % "1.4.0"
10+
libraryDependencies += "org.scoverage" %% "scalac-scoverage-runtime" % "1.4.1"
1111

1212
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
1313

0 commit comments

Comments
 (0)