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

Commit 8c96b57

Browse files
committed
Update scala library to 2.13.2
1 parent d02776f commit 8c96b57

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
@@ -51,7 +51,7 @@ targetCompatibility = "1.8"
5151

5252
if (!project.parent) {
5353
apply plugin: 'net.researchgate.release'
54-
final svs = ['2.13.1', '2.12.10', '2.11.12']
54+
final svs = ['2.13.2', '2.12.10', '2.11.12']
5555

5656
svs.eachWithIndex { sv, i ->
5757
String scalaVersionInDot = sv.replaceAll("_", ".")

0 commit comments

Comments
 (0)