Skip to content

Commit

Permalink
Merge pull request #46 from scala-steward/update/scalatest-3.2.6
Browse files Browse the repository at this point in the history
Update scalatest to 3.2.6
  • Loading branch information
sh0hei authored Mar 9, 2021
2 parents 5d09b55 + 80cbf2b commit 483ed4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ scalacOptions += "-target:jvm-1.8"
javacOptions ++= Seq("-source", "8", "-target", "8")

libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.2.4" % Test
"org.scalatest" %% "scalatest" % "3.2.6" % Test
)

// Publishing
Expand Down

0 comments on commit 483ed4b

Please sign in to comment.