Skip to content

Commit

Permalink
Update specs2-scalacheck to 4.15.0 (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 5, 2022
1 parent 3742d11 commit cb7379d
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 @@ -62,7 +62,7 @@ lazy val client = (project in file("client"))
"com.amazonaws" % "aws-java-sdk-kinesis" % "1.12.105",
"com.amazonaws" % "amazon-kinesis-client" % "1.14.8",
"com.amazonaws" % "dynamodb-streams-kinesis-adapter" % "1.5.3",
"org.specs2" %% "specs2-scalacheck" % "4.14.1" % Test,
"org.specs2" %% "specs2-scalacheck" % "4.15.0" % Test,
)
)

Expand Down

0 comments on commit cb7379d

Please sign in to comment.