Skip to content

Commit 8ce3ff5

Browse files
authored
Merge pull request #29 from scala-steward/update/scalatest-3.1.1
Update scalatest to 3.1.1
2 parents ebe1b1c + a636f12 commit 8ce3ff5

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)