Skip to content

Commit

Permalink
Update scalatest to 3.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot committed Jan 6, 2023
1 parent ec64072 commit 2f46ef3
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.7.0",
"com.lightbend" %% "emoji" % "1.3.0",
"com.github.marklister" %% "base64" % "0.3.0",
"org.scalatest" %% "scalatest" % "3.2.14" % Test,
"org.scalatest" %% "scalatest" % "3.2.15" % Test,
"org.typelevel" %% "log4cats-noop" % "2.5.0" % Test
)
)
Expand Down

0 comments on commit 2f46ef3

Please sign in to comment.