From a402dc91c0abd73bb97fc8a6b0a3f1e088329d06 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Thu, 29 Jun 2023 11:40:50 -0700 Subject: [PATCH] Published new snapshot --- README.md | 2 +- pom.xml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a308934..fa4942b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![License (3-Clause BSD)](https://img.shields.io/badge/license-BSD%203--Clause-blue.svg?style=flat-square)](https://opensource.org/licenses/BSD-3-Clause) -[![Kotlin](https://img.shields.io/badge/kotlin-1.8.10-7f52ff)](https://kotlinlang.org/) +[![Kotlin](https://img.shields.io/badge/kotlin-1.8.2222-7f52ff)](https://kotlinlang.org/) [![Nexus Snapshot](https://img.shields.io/nexus/s/net.thauvin.erik/cryptoprice?label=snapshot&server=https%3A%2F%2Foss.sonatype.org%2F)](https://oss.sonatype.org/content/repositories/snapshots/net/thauvin/erik/cryptoprice/) [![Release](https://img.shields.io/github/release/ethauvin/cryptoprice.svg)](https://github.com/ethauvin/cryptoprice/releases/latest) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.thauvin.erik/cryptoprice/badge.svg?color=blue)](https://maven-badges.herokuapp.com/maven-central/net.thauvin.erik/cryptoprice) diff --git a/pom.xml b/pom.xml index c1887af..cffbd18 100644 --- a/pom.xml +++ b/pom.xml @@ -27,8 +27,8 @@ - scm:git://github.com/ethauvin/cryptoprice.git - scm:git@github.com:ethauvin/cryptoprice.git + scm:git:https://github.com/ethauvin/cryptoprice.git + scm:git:git@github.com:ethauvin/cryptoprice.git https://github.com/ethauvin/cryptoprice @@ -40,7 +40,7 @@ org.jetbrains.kotlin kotlin-bom - 1.8.10 + 1.8.22 pom import @@ -50,19 +50,19 @@ org.jetbrains.kotlin kotlin-stdlib-jdk8 - 1.8.10 + 1.8.22 runtime com.squareup.okhttp3 okhttp - 4.10.0 + 4.11.0 runtime org.json json - 20220924 + 20230618 runtime