Skip to content

Commit

Permalink
chore(deps): update dependency org.scala-lang:scala3-library_3 to v3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2024
1 parent 1b1daf4 commit a54494f
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.1")
implementation("org.scala-lang:scala3-library_3:3.5.2")
}
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.1")
implementation("org.scala-lang:scala3-library_3:3.5.2")
val junitVersion = "5.11.2"
testImplementation("org.junit.jupiter:junit-jupiter-api:$junitVersion")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:$junitVersion")
Expand Down

0 comments on commit a54494f

Please sign in to comment.