Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit 93fca16

Browse files
committed
switch to 2.11.11
1 parent d82bffd commit 93fca16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ targetCompatibility = "1.8"
5757

5858
if (!project.parent) {
5959
apply plugin: 'net.researchgate.release'
60-
final svs = ['2.12.4', '2.11.12']
60+
final svs = ['2.12.4', '2.11.11']
6161

6262
for (sv in svs) {
6363
String scalaVersionInDot = sv.replaceAll("_", ".")

0 commit comments

Comments
 (0)