Skip to content

Commit

Permalink
Update scalatest to 3.2.16 (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jul 15, 2023
1 parent c718b20 commit 3e380bb
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 @@ -16,7 +16,7 @@ scalacOptions += "-deprecation"

libraryDependencies += "com.thoughtworks.extractor" %% "extractor" % "2.1.3"

libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.12" % "test"
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.16" % "test"

scriptedBufferLog := false

Expand Down

0 comments on commit 3e380bb

Please sign in to comment.