Skip to content

Commit 43b1334

Browse files
committed
corrected dependencies
1 parent 43fe1a8 commit 43b1334

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bokeh/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474

7575
<dependency>
7676
<groupId>org.diana-hep</groupId>
77-
<artifactId>histogrammar</artifactId>
77+
<artifactId>histogrammar_${scala.binary.version}</artifactId>
7878
<version>1.0.0</version>
7979
</dependency>
8080

sparksql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474

7575
<dependency>
7676
<groupId>org.diana-hep</groupId>
77-
<artifactId>histogrammar</artifactId>
77+
<artifactId>histogrammar_${scala.binary.version}</artifactId>
7878
<version>1.0.0</version>
7979
</dependency>
8080

0 commit comments

Comments
 (0)