Skip to content

Commit d09faf2

Browse files
build(deps): bump org.scala-lang.modules:scala-collection-compat_2.13 from 2.12.0 to 2.14.0 (via #1226)
1 parent b604f53 commit d09faf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

allure-scalatest/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,14 @@ signing {
8484
dependencies {
8585
api(project(":allure-java-commons"))
8686
compileOnly("org.scalatest:scalatest_$scala213:3.2.19")
87-
compileOnly("org.scala-lang.modules:scala-collection-compat_$scala213:2.12.0")
87+
compileOnly("org.scala-lang.modules:scala-collection-compat_$scala213:2.14.0")
8888
testAnnotationProcessor(project(":allure-descriptions-javadoc"))
8989
testImplementation("io.github.glytching:junit-extensions")
9090
testImplementation("org.assertj:assertj-core")
9191
testImplementation("org.junit.jupiter:junit-jupiter-api")
9292
testImplementation("org.junit.jupiter:junit-jupiter-params")
9393
testImplementation("org.scalatest:scalatest_$scala213:3.2.19")
94-
testImplementation("org.scala-lang.modules:scala-collection-compat_$scala213:2.12.0")
94+
testImplementation("org.scala-lang.modules:scala-collection-compat_$scala213:2.14.0")
9595
testImplementation("org.slf4j:slf4j-simple")
9696
testImplementation(project(":allure-assertj"))
9797
testImplementation(project(":allure-java-commons-test"))

0 commit comments

Comments
 (0)