Skip to content

Commit 0902b32

Browse files
committed
Update scalatest to 3.1.2
1 parent 88c024d commit 0902b32

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
@@ -65,7 +65,7 @@ lazy val sharedSettings = Seq(
6565
scalacOptions ++= commonScalacOptions.value,
6666
(scalacOptions in Test) ~= (_.filterNot(_ == "-Xfatal-warnings")),
6767
libraryDependencies ++= Seq(
68-
"org.scalatest" %%% "scalatest" % "3.1.1" % Test
68+
"org.scalatest" %%% "scalatest" % "3.1.2" % Test
6969
)
7070
)
7171

0 commit comments

Comments
 (0)