Skip to content

Commit 3fde1f1

Browse files
committed
chore: updates versions to be compatible with latest scala 2.12
Before Kotlin 1.5.20 we could not compile against Scala after 2.12.10 and it could potentially bring problems to customers with later versions of scala (that are very reasonable to use).
1 parent 36d2253 commit 3fde1f1

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

pom.xml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,17 @@
1010
<packaging>pom</packaging>
1111

1212
<properties>
13-
<kotlin.version>1.4.21</kotlin.version>
13+
<kotlin.version>1.5.20</kotlin.version>
1414
<dokka.version>1.4.20</dokka.version>
1515
<atrium.version>0.13.0</atrium.version>
1616
<kotest.version>4.2.5</kotest.version>
17-
<kotlin.version>1.4.21</kotlin.version>
1817
<spark2-scala-2.11.version>2.4.0</spark2-scala-2.11.version>
1918
<spark2-scala-2.12.version>2.4.1</spark2-scala-2.12.version>
2019
<spark3.version>3.0.0</spark3.version>
2120

2221
<!-- Plugin versions -->
2322
<allure-maven.version>2.10.0</allure-maven.version>
24-
<jacoco-maven-plugin.version>0.8.5</jacoco-maven-plugin.version>
23+
<jacoco-maven-plugin.version>0.8.7</jacoco-maven-plugin.version>
2524
<klaxon.version>5.4</klaxon.version>
2625
<license-maven-plugin.version>2.0.0</license-maven-plugin.version>
2726
<maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>
@@ -342,17 +341,4 @@
342341
</profile>
343342
</profiles>
344343

345-
<repositories>
346-
<repository>
347-
<id>jcenter</id>
348-
<url>https://jcenter.bintray.com/</url>
349-
</repository>
350-
</repositories>
351-
<pluginRepositories>
352-
<pluginRepository>
353-
<id>jcenter</id>
354-
<name>JCenter</name>
355-
<url>https://jcenter.bintray.com/</url>
356-
</pluginRepository>
357-
</pluginRepositories>
358344
</project>

pom_2.12.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<packaging>pom</packaging>
1515

1616
<properties>
17-
<scala.version>2.12.10</scala.version>
17+
<scala.version>2.12.14</scala.version>
1818
<scala.compat.version>2.12</scala.compat.version>
1919
</properties>
2020

0 commit comments

Comments
 (0)