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 5a61157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 03-scalatest/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
}

dependencies {
val scalaVersion = "3.5.1"
val scalaVersion = "3.5.2"
val (scalaMinor, _) = requireNotNull(Regex("^(\\d+)(\\.\\d+)(\\.\\d+)?$").matchEntire(scalaVersion)).destructured
// https://mvnrepository.com/artifact/org.scala-lang/scala3-library
implementation("org.scala-lang:scala3-library_3:${scalaVersion}")
Expand Down

0 comments on commit 5a61157

Please sign in to comment.