File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,14 +84,14 @@ signing {
8484dependencies {
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" ))
You can’t perform that action at this time.
0 commit comments