Skip to content

Commit 02a682c

Browse files
authored
Merge pull request #70 from softwaremill/update/scalatest-3.2.19
Update scalatest to 3.2.19
2 parents 3e809f4 + afb34f7 commit 02a682c

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)