Skip to content

Commit

Permalink
Bump scala.version from 2.13.12 to 2.13.14 (#292)
Browse files Browse the repository at this point in the history
Bumps `scala.version` from 2.13.12 to 2.13.14.

Updates `org.scala-lang:scala-library` from 2.13.12 to 2.13.14
- [Release notes](https://github.com/scala/scala/releases)
- [Commits](scala/scala@v2.13.12...v2.13.14)

Updates `org.scala-lang:scala-reflect` from 2.13.12 to 2.13.14
- [Release notes](https://github.com/scala/scala/releases)
- [Commits](scala/scala@v2.13.12...v2.13.14)

Updates `org.scala-lang:scala-compiler` from 2.13.12 to 2.13.14
- [Release notes](https://github.com/scala/scala/releases)
- [Commits](scala/scala@v2.13.12...v2.13.14)

---
updated-dependencies:
- dependency-name: org.scala-lang:scala-library
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.scala-lang:scala-reflect
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.scala-lang:scala-compiler
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 23, 2024
1 parent 637dcb8 commit 6341a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polyglot-scala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<name>Polyglot :: Scala</name>

<properties>
<scala.version>2.13.12</scala.version>
<scala.version>2.13.14</scala.version>
<scala.bin.version>2.13</scala.bin.version>
</properties>

Expand Down

0 comments on commit 6341a33

Please sign in to comment.