Skip to content

Commit

Permalink
⬆️ Bump org.scala-lang.modules:scala-xml_3 from 2.2.0 to 2.3.0 (#75)
Browse files Browse the repository at this point in the history
Bumps [org.scala-lang.modules:scala-xml_3](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_3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 16, 2024
1 parent 4bd5dd5 commit 817e783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {
testImplementation("org.scalatestplus:mockito-4-11_3:3.2.16.0")
testImplementation("org.scalatestplus:junit-5-9_3:3.2.16.0")

testImplementation("org.scala-lang.modules:scala-xml_3:2.2.0")
testImplementation("org.scala-lang.modules:scala-xml_3:2.3.0")

}

Expand Down

0 comments on commit 817e783

Please sign in to comment.