Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Update scalacheck-toolbox-datetime to 0.3.3 #1264

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion project/ProjectPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ object ProjectPlugin extends AutoPlugin {
val scala212: String = "2.12.10"
val scala213: String = "2.13.1"
val scalacheck: String = "1.14.3"
val scalacheckToolbox: String = "0.3.2"
val scalacheckToolbox: String = "0.3.3"
val scalamock: String = "4.4.0"
val scalatest: String = "3.1.1"
val scalatestPlus: String = "3.1.1.1"
Expand Down