diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ec846c1f..c51e0d6c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ scala-stdlib = { module = "org.scala-lang:scala3-library_3", version.ref = "scal sttp = { module = "com.softwaremill.sttp.client3:core_3", version.ref = "sttp" } sttp-upickle = { module = "com.softwaremill.sttp.client3:upickle_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" 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" }