3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-01-31 15:22:16 +00:00

Upgrade scrypt library.

This commit is contained in:
Mike Hearn 2014-05-21 19:25:38 +02:00
parent a07a810ed8
commit 028a1cca69

View File

@ -104,11 +104,6 @@
<target>1.6</target> <target>1.6</target>
</configuration> </configuration>
</plugin> </plugin>
<!-- Surefire plugin specified for Maven2 compatibility -->
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.9</version>
</plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
@ -269,7 +264,7 @@
<dependency> <dependency>
<groupId>com.lambdaworks</groupId> <groupId>com.lambdaworks</groupId>
<artifactId>scrypt</artifactId> <artifactId>scrypt</artifactId>
<version>1.3.3</version> <version>1.4.0</version>
</dependency> </dependency>
<!-- Add in to test/use Postgres blockstore --> <!-- Add in to test/use Postgres blockstore -->