We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca9a62c + bd6325a commit e21bf9fCopy full SHA for e21bf9f
1 file changed
build.gradle
@@ -24,7 +24,7 @@ dependencies {
24
implementation 'com.opencsv:opencsv:5.9'
25
implementation 'commons-cli:commons-cli:1.9.0'
26
27
- testImplementation "org.scala-lang:scala3-compiler_3:3.5.0"
+ testImplementation "org.scala-lang:scala3-compiler_3:3.5.2"
28
testImplementation "org.scalatest:scalatest_3:$scalatestVersion"
29
testImplementation "org.scalatest:scalatest-wordspec_3:$scalatestVersion"
30
testImplementation "org.scalatest:scalatest-shouldmatchers_3:$scalatestVersion"
0 commit comments