Skip to content

Commit

Permalink
Update dependency org.scala-lang:scala-library to v2.13.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Goooler committed Feb 22, 2024
1 parent 4cd1383 commit 034dbcc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
}

dependencies {
implementation 'org.scala-lang:scala-library:2.13.12'
implementation 'org.scala-lang:scala-library:2.13.13'
}

jmh {
Expand Down
2 changes: 1 addition & 1 deletion src/funcTest/resources/scala-project/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repositories {
}

dependencies {
implementation 'org.scala-lang:scala-library:2.13.12'
implementation 'org.scala-lang:scala-library:2.13.13'
}

jmh {
Expand Down
2 changes: 1 addition & 1 deletion src/funcTest/resources/scala-shadow-project/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
}

dependencies {
implementation 'org.scala-lang:scala-library:2.13.12'
implementation 'org.scala-lang:scala-library:2.13.13'
}

jmh {
Expand Down

0 comments on commit 034dbcc

Please sign in to comment.