Skip to content

Commit afb34f7

Browse files
author
scala-steward
committed
Update scalatest to 3.2.19
1 parent ac610bb commit afb34f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ lazy val commonSettings = commonSmlBuildSettings ++ Seq(
55
scalaVersion := "2.13.12"
66
)
77

8-
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.18" % Test
8+
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19" % Test
99

1010
lazy val rootProject = (project in file("."))
1111
.settings(commonSettings: _*)

0 commit comments

Comments
 (0)