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

Commit

Permalink
Update scalatest to 3.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 26, 2024
1 parent 2406258 commit dc0f740
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 @@ -83,7 +83,7 @@ lazy val root = (project in file("."))
"com.emarsys" %% "escher-akka-http" % "1.3.76",
"org.codehaus.janino" % "janino" % "3.1.12",
"org.apache.commons" % "commons-email" % "1.6.0",
"org.scalatest" %% "scalatest" % "3.2.18" % "it,test",
"org.scalatest" %% "scalatest" % "3.2.19" % "it,test",
"org.mockito" %% "mockito-scala" % "1.17.37" % "it,test"
)
}
Expand Down

0 comments on commit dc0f740

Please sign in to comment.