Skip to content

Commit

Permalink
chore(deps): update dependency org.scala-lang:scala3-library_3 to v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 18, 2024
1 parent b295644 commit 10957b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 02-multilang/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ repositories {
dependencies {
implementation("org.codehaus.groovy:groovy:3.0.22")
implementation(kotlin("stdlib"))
implementation("org.scala-lang:scala3-library_3:3.5.0")
implementation("org.scala-lang:scala3-library_3:3.5.1")
}
2 changes: 1 addition & 1 deletion 04-junit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
}

dependencies {
implementation("org.scala-lang:scala3-library_3:3.5.0")
implementation("org.scala-lang:scala3-library_3:3.5.1")
val junitVersion = "5.11.0"
testImplementation("org.junit.jupiter:junit-jupiter-api:$junitVersion")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:$junitVersion")
Expand Down

0 comments on commit 10957b9

Please sign in to comment.