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.16 to 3.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikArndt committed Sep 8, 2023
1 parent fd8a388 commit ac11876
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.16" % Test,
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
"org.mockito" %% "mockito-scala" % "1.17.22" % Test
)

Expand Down

0 comments on commit ac11876

Please sign in to comment.