Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Upgrade scalatest from 3.2.18 to 3.2.19 (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikArndt authored Jun 24, 2024
1 parent 64dbcd4 commit 727a69d
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 @@ -39,7 +39,7 @@ lazy val jsonDependencies = Seq(
)

lazy val testDependencies = Seq(
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
"org.mockito" %% "mockito-scala" % "1.17.31" % Test
)

Expand Down

0 comments on commit 727a69d

Please sign in to comment.