We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19d92cf commit 8f68925Copy full SHA for 8f68925
1 file changed
build.sbt
@@ -29,7 +29,7 @@ ThisBuild / tlCiReleaseBranches := Seq("series/1.x")
29
ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("11"))
30
31
val CatsEffectVersion = "3.7.0"
32
-val ScalaTestVersion = "3.2.18"
+val ScalaTestVersion = "3.2.19"
33
34
lazy val root = tlCrossRootProject
35
.aggregate(core, specs2, utest, minitest, scalatest)
0 commit comments