Skip to content

Commit

Permalink
Update scalatest to 3.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot committed Apr 23, 2021
1 parent 65307fc commit 18808bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/ProjectPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ object ProjectPlugin extends AutoPlugin {
"com.nrinaudo" %% "kantan.csv-generic" % "0.6.1",
"dev.profunktor" %% "console4cats" % "0.8.1",
"com.lightbend" %% "emoji" % "1.2.2",
"org.scalatest" %% "scalatest" % "3.2.7" % Test,
"org.scalatest" %% "scalatest" % "3.2.8" % Test,
"org.slf4j" % "slf4j-nop" % "1.7.30" % Test
)
)
Expand Down

0 comments on commit 18808bd

Please sign in to comment.