Skip to content

Commit f48a7c6

Browse files
committed
revert to 2.12.12
1 parent 41953be commit f48a7c6

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
@@ -7,7 +7,7 @@ cache:
77

88
language: scala
99
scala:
10-
- 2.12.13
10+
- 2.12.12
1111
- 2.13.5
1212

1313
jdk:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
val `scalaVersion_2.13` = "2.13.5"
22

3-
val `scalaVersion_2.12` = "2.12.13"
3+
val `scalaVersion_2.12` = "2.12.12"
44

55
ThisBuild / scalaVersion := `scalaVersion_2.12`
66

0 commit comments

Comments
 (0)