diff --git a/build.gradle b/build.gradle index 4cdbaf1..0102a8b 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ dependencies { implementation 'com.opencsv:opencsv:5.9' implementation 'commons-cli:commons-cli:1.9.0' - testImplementation "org.scala-lang:scala3-compiler_3:3.5.2" + testImplementation "org.scala-lang:scala3-compiler_3:3.6.3" testImplementation "org.scalatest:scalatest_3:$scalatestVersion" testImplementation "org.scalatest:scalatest-wordspec_3:$scalatestVersion" testImplementation "org.scalatest:scalatest-shouldmatchers_3:$scalatestVersion"