Skip to content

Commit

Permalink
Using a specific version number for the JavaFastPFOR library. To avoi…
Browse files Browse the repository at this point in the history
…d unwanted problems.
  • Loading branch information
lemire committed Dec 18, 2017
1 parent ed24906 commit 8a0537f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jmh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>me.lemire.integercompression</groupId>
<artifactId>JavaFastPFOR</artifactId>
<version>[0.1,)</version>
<version>0.1.11</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 8a0537f

Please sign in to comment.