Skip to content

Commit 012da20

Browse files
Bump org.scala-lang:scala-library from 2.13.18 to 3.8.1
Bumps [org.scala-lang:scala-library](https://github.com/scala/scala3) from 2.13.18 to 3.8.1. - [Release notes](https://github.com/scala/scala3/releases) - [Commits](https://github.com/scala/scala3/commits/3.8.1) --- updated-dependencies: - dependency-name: org.scala-lang:scala-library dependency-version: 3.8.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1dc7c66 commit 012da20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121

2222
dependencies {
2323
// Use Scala 2.13 in our library project
24-
implementation 'org.scala-lang:scala-library:2.13.18'
24+
implementation 'org.scala-lang:scala-library:3.8.1'
2525

2626
// This dependency is used by the application.
2727
implementation 'com.google.guava:guava:33.5.0-jre'

0 commit comments

Comments
 (0)