From 9be6a6f443e2c2da38c3d87c38319c0fe8e925d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 13:06:52 +0000 Subject: [PATCH] Bump org.scalatest:scalatest_2.13 from 3.2.15 to 3.3.0-SNAP4 Bumps [org.scalatest:scalatest_2.13](https://github.com/scalatest/scalatest) from 3.2.15 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-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 234d7706..57353f9c 100644 --- a/build.gradle +++ b/build.gradle @@ -99,7 +99,7 @@ dependencies { implementation "org.scala-lang:scala-library:${scalaBinaryVersion}" // TEST Scala // - testImplementation "org.scalatest:scalatest_${scalaVersion}:3.2.15" + testImplementation "org.scalatest:scalatest_${scalaVersion}:3.3.0-SNAP4" testImplementation 'com.vladsch.flexmark:flexmark-all:0.64.4' // Linter Scala //