phxql / argon2-jvm

Argon2 Binding for the JVM
GNU Lesser General Public License v3.0
330 stars 32 forks source link

Record module version and mark dependency on jna as transitive #88

Closed A248 closed 3 years ago

A248 commented 3 years ago

Sorry for breaking the CI with the last PR. This one is much less disruptive.

Adding the module version is a cool little feature which helps with nicer-looking stacktraces.

The transitive requirement on JNA is something I should have added before. It's not a strict requirement but is the right way to declare such dependencies for correctness's sake.

phxql commented 3 years ago

Thanks, looks good!