Skip to content

Commit

Permalink
Update to scalamock 6.0.0-M2
Browse files Browse the repository at this point in the history
  • Loading branch information
KarelCemus committed Mar 4, 2024
1 parent 49d70e5 commit 71aab62
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 275 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ libraryDependencies ++= Seq(
"io.github.rediscala" %% "rediscala" % "1.14.0-pekko",
// test framework with mockito extension
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
"org.scalamock" %% "scalamock" % "6.0.0-M1" % Test,
"org.scalamock" %% "scalamock" % "6.0.0-M2" % Test,
// test module for play framework
"org.playframework" %% "play-test" % playVersion.value % Test,
// to run integration tests
Expand Down

This file was deleted.

156 changes: 0 additions & 156 deletions src/test/scala-3/play/api/cache/redis/impl/AsyncRedisMock.scala

This file was deleted.

0 comments on commit 71aab62

Please sign in to comment.