Skip to content

Commit

Permalink
Bump org.scala-lang.modules:scala-xml_2.13 from 2.2.0 to 2.3.0
Browse files Browse the repository at this point in the history
Bumps [org.scala-lang.modules:scala-xml_2.13](https://github.com/scala/scala-xml) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/scala/scala-xml/releases)
- [Changelog](https://github.com/scala/scala-xml/blob/main/CHANGELOG.md)
- [Commits](scala/scala-xml@v2.2.0...v2.3.0)

---
updated-dependencies:
- dependency-name: org.scala-lang.modules:scala-xml_2.13
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and isidore committed Apr 16, 2024
1 parent da92d64 commit 63a8d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
testImplementation("com.google.code.gson:gson:2.10.1")

// Need scala-xml at test runtime
testRuntimeOnly 'org.scala-lang.modules:scala-xml_2.13:2.2.0'
testRuntimeOnly 'org.scala-lang.modules:scala-xml_2.13:2.3.0'
}

application {
Expand Down

0 comments on commit 63a8d27

Please sign in to comment.