Skip to content

Commit

Permalink
⬆️ Bump org.scala-lang:scala-library from 2.13.11 to 2.13.14 (#78)
Browse files Browse the repository at this point in the history
Bumps [org.scala-lang:scala-library](https://github.com/scala/scala) from 2.13.11 to 2.13.14.
- [Release notes](https://github.com/scala/scala/releases)
- [Commits](scala/scala@v2.13.11...v2.13.14)

---
updated-dependencies:
- dependency-name: org.scala-lang:scala-library
  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] authored Aug 19, 2024
1 parent 85792c0 commit ecaae07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repositories {

ext {
junitVersion = "5.10.0"
scalaVersion = "2.13.11"
scalaVersion = "2.13.14"
gatlingVersion = "3.11.5"
awsSdkVersion = "2.27.6"
}
Expand Down
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gatling {
}

ext {
scalaVersion = "2.13.11"
scalaVersion = "2.13.14"
gatlingVersion = "3.11.5"
awsSdkVersion = "2.27.6"
apacheClientVersion = "2.20.116"
Expand Down

0 comments on commit ecaae07

Please sign in to comment.