Skip to content

Commit 4347c39

Browse files
committed
Update scalatest to 3.2.17
1 parent c7466eb commit 4347c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ lazy val commonSettings = Seq(
3838
)
3939
}),
4040
libraryDependencies ++= Seq(
41-
"org.scalatest" %%% "scalatest" % "3.2.15" % Test,
41+
"org.scalatest" %%% "scalatest" % "3.2.17" % Test,
4242
),
4343
/* scalacOptions --= Seq("-Xfatal-warnings"), // overwrite option from https://github.com/DavidGregory084/sbt-tpolecat */
4444
)

0 commit comments

Comments
 (0)