Skip to content

Commit c6f9db2

Browse files
Update scalatest to 3.2.18 (#366)
1 parent 2662caf commit c6f9db2

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.17" % Test,
41+
"org.scalatest" %%% "scalatest" % "3.2.18" % Test,
4242
),
4343
/* scalacOptions --= Seq("-Xfatal-warnings"), // overwrite option from https://github.com/DavidGregory084/sbt-tpolecat */
4444
)

0 commit comments

Comments
 (0)