We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0876947 commit e3ece52Copy full SHA for e3ece52
1 file changed
tests/buildTools/src/test/scala/tests/GradleBuildToolSuite.scala
@@ -122,7 +122,7 @@ abstract class GradleBuildToolSuite(gradle: Tool.Gradle)
122
|dependencies {
123
| // This dependency is used by the application.
124
| implementation 'com.google.guava:guava:31.1-jre'
125
- | implementation 'org.scala-lang:scala-library:2.13.8'
+ | implementation 'org.scala-lang:scala-library:2.13.18'
126
| testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
127
| testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
128
|}
0 commit comments