Skip to content

Commit

Permalink
Updated to 1.0.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Oct 19, 2023
1 parent 8b0d1bc commit 5ec9020
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ defaultTasks(ApplicationPlugin.TASK_RUN_NAME)

description = "Retrieve cryptocurrencies prices"
group = "net.thauvin.erik"
version = "1.0.1"
version = "1.0.2-SNAPSHOT"

val deployDir = "deploy"
val gitHub = "ethauvin/$name"
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.thauvin.erik</groupId>
<artifactId>cryptoprice</artifactId>
<version>1.0.1</version>
<version>1.0.2-SNAPSHOT</version>
<name>cryptoprice</name>
<description>Retrieve cryptocurrencies prices</description>
<url>https://github.com/ethauvin/cryptoprice</url>
Expand Down Expand Up @@ -56,13 +56,13 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.11.0</version>
<version>4.12.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20230618</version>
<version>20231013</version>
<scope>runtime</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 5ec9020

Please sign in to comment.