Skip to content

Commit

Permalink
Merge pull request #51 from scala-steward/update/scalatest-3.2.8
Browse files Browse the repository at this point in the history
Update scalatest to 3.2.8
  • Loading branch information
sh0hei authored Apr 21, 2021
2 parents 229a400 + 6f11340 commit 25b84b2
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.7" % Test
"org.scalatest" %% "scalatest" % "3.2.8" % Test
)

// Publishing
Expand Down

0 comments on commit 25b84b2

Please sign in to comment.