Skip to content

Commit 0759d99

Browse files
committed
Added org.scalatest.propspec to build file.
1 parent 2905015 commit 0759d99

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

project/scalatest.scala

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -803,6 +803,7 @@ object ScalatestBuild {
803803
"org.scalatest.matchers",
804804
"org.scalatest.path",
805805
"org.scalatest.prop",
806+
"org.scalatest.propspec",
806807
"org.scalatest.refspec",
807808
"org.scalatest.tags",
808809
"org.scalatest.tagobjects",
@@ -911,6 +912,7 @@ object ScalatestBuild {
911912
"org.scalatest.matchers",
912913
"org.scalatest.path",
913914
"org.scalatest.prop",
915+
"org.scalatest.propspec",
914916
"org.scalatest.tags",
915917
"org.scalatest.tagobjects",
916918
"org.scalatest.time",
@@ -1005,6 +1007,7 @@ object ScalatestBuild {
10051007
"org.scalatest.matchers",
10061008
"org.scalatest.path",
10071009
"org.scalatest.prop",
1010+
"org.scalatest.propspec",
10081011
"org.scalatest.refspec",
10091012
"org.scalatest.tags",
10101013
"org.scalatest.tagobjects",
@@ -1155,6 +1158,7 @@ object ScalatestBuild {
11551158
"org.scalatest.matchers",
11561159
"org.scalatest.path",
11571160
"org.scalatest.prop",
1161+
"org.scalatest.propspec",
11581162
"org.scalatest.tags",
11591163
"org.scalatest.tagobjects",
11601164
"org.scalatest.time",
@@ -1267,6 +1271,7 @@ object ScalatestBuild {
12671271
"org.scalatest.matchers",
12681272
"org.scalatest.path",
12691273
"org.scalatest.prop",
1274+
"org.scalatest.propspec",
12701275
"org.scalatest.refspec",
12711276
"org.scalatest.tags",
12721277
"org.scalatest.tagobjects",
@@ -1339,6 +1344,7 @@ object ScalatestBuild {
13391344
"org.scalatest.matchers",
13401345
"org.scalatest.path",
13411346
"org.scalatest.prop",
1347+
"org.scalatest.propspec",
13421348
"org.scalatest.tags",
13431349
"org.scalatest.tagobjects",
13441350
"org.scalatest.time",
@@ -1409,6 +1415,7 @@ object ScalatestBuild {
14091415
"org.scalatest.matchers",
14101416
"org.scalatest.path",
14111417
"org.scalatest.prop",
1418+
"org.scalatest.propspec",
14121419
"org.scalatest.tags",
14131420
"org.scalatest.tagobjects",
14141421
"org.scalatest.time",

0 commit comments

Comments
 (0)