Skip to content

Commit

Permalink
Merge pull request #795 from scalacenter/update/easymock-5.5.0
Browse files Browse the repository at this point in the history
Update easymock to 5.5.0
  • Loading branch information
adpi2 authored Nov 18, 2024
2 parents 0096d81 + cfe509c commit 789e7e3
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.17.0",
"junit" % "junit" % "4.13.2" % Test,
"org.easymock" % "easymock" % "5.4.0" % Test,
"org.easymock" % "easymock" % "5.5.0" % Test,
"com.github.sbt" % "junit-interface" % "0.13.3" % Test
),
Test / fork := true,
Expand Down

0 comments on commit 789e7e3

Please sign in to comment.