Skip to content

Commit

Permalink
fix: upgrade org.scala-lang:scala-library from 2.12.17 to 2.13.14
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade org.scala-lang:scala-library from 2.12.17 to 2.13.14.

See this package in maven:
org.scala-lang:scala-library

See this project in Snyk:
https://app.snyk.io/org/wajda/project/92821998-e229-42eb-b669-4ba4b829e9cc?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed May 22, 2024
1 parent c01b6bb commit 29001aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<scala_2.12.version>2.12.17</scala_2.12.version>

<!-- Controlled by `scala-cross-build` plugin -->
<scala.version>2.12.17</scala.version>
<scala.version>2.13.14</scala.version>
<scala.binary.version>2.12</scala.binary.version>
</properties>

Expand Down Expand Up @@ -602,7 +602,7 @@
<id>scala-2.11</id>
<properties>
<scala.binary.version>2.11</scala.binary.version>
<scala.version>${scala_2.11.version}</scala.version>
<scala.version>2.13.14</scala.version>
</properties>
<modules>
<module>bundle-2.2</module>
Expand All @@ -615,7 +615,7 @@
<id>scala-2.12</id>
<properties>
<scala.binary.version>2.12</scala.binary.version>
<scala.version>${scala_2.12.version}</scala.version>
<scala.version>2.13.14</scala.version>
</properties>
<modules>
<module>bundle-2.4</module>
Expand Down

0 comments on commit 29001aa

Please sign in to comment.