Skip to content

Commit 8a8d080

Browse files
Bump org.scalatest:scalatest_2.13 from 3.3.0-SNAP3 to 3.3.0-SNAP4
Bumps [org.scalatest:scalatest_2.13](https://github.com/scalatest/scalatest) from 3.3.0-SNAP3 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-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 57416ca commit 8a8d080

File tree

1 file changed

+1
-1
lines changed
  • _includes/tutorials/produce-consume-lang/scala/code

1 file changed

+1
-1
lines changed

_includes/tutorials/produce-consume-lang/scala/code/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ allprojects {
3535
implementation "org.apache.kafka:kafka-clients:3.1.0"
3636
implementation "io.confluent:kafka-streams-avro-serde:7.3.0"
3737
implementation "com.sksamuel.avro4s:avro4s-core_2.13:4.1.1"
38-
testImplementation "org.scalatest:scalatest_2.13:3.3.0-SNAP3"
38+
testImplementation "org.scalatest:scalatest_2.13:3.3.0-SNAP4"
3939
testImplementation "org.testcontainers:kafka:1.18.0"
4040

4141
// presentation boiler plate

0 commit comments

Comments
 (0)