From 526ba24fc0f8262b38e596b4c90333b1b975164b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 09:02:05 +0000 Subject: [PATCH] fix(deps): update dependency org.scalatest:scalatest_3 to v3.3.0-snap4 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0f9b6f34..e82d0144 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ sttp = { module = "com.softwaremill.sttp.client3:core_3", version.ref = "sttp" } sttp-upickle = { module = "com.softwaremill.sttp.client3:upickle_3", version.ref = "sttp" } sttp-backend-monix = { module = "com.softwaremill.sttp.client3:async-http-client-backend-monix_3", version.ref = "sttp" } cats-core = "org.typelevel:cats-core_3:2.10.0" -scalatest = "org.scalatest:scalatest_3:3.2.17" +scalatest = "org.scalatest:scalatest_3:3.3.0-SNAP4" flexmark = "com.vladsch.flexmark:flexmark-all:0.64.8" scalamock = { module = "eu.monniot:scala3mock_3", version.ref = "scalamock" } scalamock-test = { module = "eu.monniot:scala3mock-scalatest_3", version.ref = "scalamock" }