Skip to content

Commit a636f12

Browse files
committed
Update scalatest to 3.1.1
1 parent ebe1b1c commit a636f12

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.0" % Test
68+
"org.scalatest" %%% "scalatest" % "3.1.1" % Test
6969
)
7070
)
7171

0 commit comments

Comments
 (0)