File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ lazy val scalacheck = (project in file("."))
1414 %% (" scalatest" , V .scalatest),
1515 %% (" scalacheck" , V .scalacheck),
1616 %% (" shapeless" , V .shapeless),
17+ " joda-time" % " joda-time" % V .jodaTime,
1718 " com.github.alexarchambault" %% " scalacheck-shapeless_1.14" % V .scalacheckShapeless,
1819 " com.47deg" %% " scalacheck-toolbox-datetime" % V .scalacheckDatetime,
1920 " org.scalatestplus" %% " scalatestplus-scalacheck" % V .scalatestplusScheck
Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ object ProjectPlugin extends AutoPlugin {
2121 val scalatestplusScheck : String = " 3.1.0.0-RC2"
2222 val scalacheck : String = " 1.14.2"
2323 val scalacheckShapeless : String = " 1.2.3"
24- val scalacheckDatetime : String = " 0.3.1"
24+ val scalacheckDatetime : String = " 0.3.2"
25+ val jodaTime : String = " 2.10.5"
2526 }
2627 }
2728
You can’t perform that action at this time.
0 commit comments