Skip to content

Commit

Permalink
Merge pull request #2722 from scala-steward/update/easymock-5.2.0
Browse files Browse the repository at this point in the history
Update easymock to 5.2.0
  • Loading branch information
Shon Feder authored Sep 11, 2023
2 parents 95e6b06 + e0a7cac commit 403eb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ object Dependencies {
// Libraries
val junit = "junit" % "junit" % "4.13.2" % Test
val scalacheck = "org.scalacheck" %% "scalacheck" % "1.17.0" % Test
val easymock = "org.easymock" % "easymock" % "5.1.0" % Test
val easymock = "org.easymock" % "easymock" % "5.2.0" % Test

val scalaTestVersion = "3.2.15"
val scalatest = "org.scalatest" %% "scalatest" % scalaTestVersion % Test
Expand Down

0 comments on commit 403eb14

Please sign in to comment.