From d8c4e987f93b6bfdc850e1de8782b35a7dc56ad3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 18:22:55 +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 8fdeb64d..c6bf8802 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ mockito = "5.8.0" [libraries] scala-stdlib = { module = "org.scala-lang:scala3-library_3", version.ref = "scala" } gears = "ch.epfl.lamp:gears_3:0.1.0-SNAPSHOT" -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" kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" } kotest-assertions-core-jvm = { module = "io.kotest:kotest-assertions-core-jvm", version.ref = "kotest" }