Skip to content

Commit d4be770

Browse files
committed
Added missing colt dependency to module-info.java.
1 parent 5e89716 commit d4be770

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/module-info.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
requires com.google.common;
88
requires commons.math3;
99
requires javafx.controls;
10+
requires colt;
1011

1112
exports bdmmprime.distribution;
1213
exports bdmmprime.mapping;

0 commit comments

Comments
 (0)