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] authored Sep 18, 2024
1 parent b295644 commit 86d426f
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.0"
val scalaVersion = "3.5.1"
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 86d426f

Please sign in to comment.