Skip to content

Commit

Permalink
Update easymock to 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-center-steward[bot] committed Jun 10, 2024
1 parent 28d227a commit 7ba15e3
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 @@ -56,7 +56,7 @@ lazy val javaDebug = project
"org.reactivestreams" % "reactive-streams" % "1.0.4",
"commons-io" % "commons-io" % "2.16.1",
"junit" % "junit" % "4.13.2" % Test,
"org.easymock" % "easymock" % "5.2.0" % Test,
"org.easymock" % "easymock" % "5.3.0" % Test,
"com.github.sbt" % "junit-interface" % "0.13.3" % Test
),
Test / fork := true,
Expand Down

0 comments on commit 7ba15e3

Please sign in to comment.