Skip to content

Commit 82652a7

Browse files
build(deps): bump org.scalatest:scalatest_2.13
Bumps [org.scalatest:scalatest_2.13](https://github.com/scalatest/scalatest) from 3.2.19 to 3.3.0-SNAP4. - [Release notes](https://github.com/scalatest/scalatest/releases) - [Commits](https://github.com/scalatest/scalatest/commits) --- updated-dependencies: - dependency-name: org.scalatest:scalatest_2.13 dependency-version: 3.3.0-SNAP4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 18c6533 commit 82652a7

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
@@ -83,14 +83,14 @@ signing {
8383

8484
dependencies {
8585
api(project(":allure-java-commons"))
86-
compileOnly("org.scalatest:scalatest_$scala213:3.2.19")
86+
compileOnly("org.scalatest:scalatest_$scala213:3.3.0-SNAP4")
8787
compileOnly("org.scala-lang.modules:scala-collection-compat_$scala213:2.12.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")
93-
testImplementation("org.scalatest:scalatest_$scala213:3.2.19")
93+
testImplementation("org.scalatest:scalatest_$scala213:3.3.0-SNAP4")
9494
testImplementation("org.scala-lang.modules:scala-collection-compat_$scala213:2.12.0")
9595
testImplementation("org.slf4j:slf4j-simple")
9696
testImplementation(project(":allure-assertj"))

0 commit comments

Comments
 (0)