Skip to content

Commit a67eabd

Browse files
committed
scoverage 1.4.1 requires scala 2.13.1
1 parent f45a5d0 commit a67eabd

File tree

1 file changed

+1
-1
lines changed
  • src/functionalTest/resources/projects/scala-multi-module-cross-version/2_13

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
dependencies {
2-
compile group: 'org.scala-lang', name: 'scala-library', version: "2.13.0"
2+
compile group: 'org.scala-lang', name: 'scala-library', version: "2.13.1"
33
testCompile group: 'org.scalatest', name: "scalatest_2.13", version: scalatestVersion
44
}

0 commit comments

Comments
 (0)