We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f45a5d0 commit a67eabdCopy full SHA for a67eabd
src/functionalTest/resources/projects/scala-multi-module-cross-version/2_13/build.gradle
@@ -1,4 +1,4 @@
1
dependencies {
2
- compile group: 'org.scala-lang', name: 'scala-library', version: "2.13.0"
+ compile group: 'org.scala-lang', name: 'scala-library', version: "2.13.1"
3
testCompile group: 'org.scalatest', name: "scalatest_2.13", version: scalatestVersion
4
}
0 commit comments