Version 1.0.2

This commit is contained in:
Erik C. Thauvin 2023-11-26 00:00:43 -08:00
parent cd4d86969f
commit 705a8d9b12
6 changed files with 6 additions and 4 deletions

View file

@ -10,6 +10,7 @@
<option value="$PROJECT_DIR$/../../../../java/bld-checkstyle/config/pmd.xml" />
<option value="$PROJECT_DIR$/../../../../java/bld-exec/config/pmd.xml" />
<option value="$PROJECT_DIR$/../../../../java/bld-testng/config/pmd.xml" />
<option value="$PROJECT_DIR$/../../../../java/bld-generated-version/config/pmd.xml" />
</list>
</option>
<option name="skipTestSources" value="false" />

View file

@ -15,7 +15,7 @@ repositories {
}
dependencies {
implementation("net.thauvin.erik:cryptoprice:1.0.1-SNAPSHOT")
implementation("net.thauvin.erik:cryptoprice:1.0.2")
implementation("org.json:json:20231013")
}