Skip to content

Commit

Permalink
Update scalatest to 3.2.14 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrutsch authored Oct 2, 2022
1 parent e175a79 commit ebe0a6f
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 @@ -15,7 +15,7 @@ object Dependencies {
"com.typesafe.akka" %% "akka-persistence-tck" % Versions.akka % Test,
"com.typesafe.akka" %% "akka-serialization-jackson" % Versions.akka % Test,
"org.mapdb" % "mapdb" % "3.0.8",
"org.scalatest" %% "scalatest" % "3.2.13" % Test
"org.scalatest" %% "scalatest" % "3.2.14" % Test
)

val betterMonadicFor: ModuleID = "com.olegpy" %% "better-monadic-for" % "0.3.1"
Expand Down

0 comments on commit ebe0a6f

Please sign in to comment.