Added snapshot badge.

This commit is contained in:
Erik C. Thauvin 2021-05-25 13:58:19 -07:00
parent 11c449278f
commit 94193e34ed
3 changed files with 4 additions and 4 deletions

View file

@ -40,7 +40,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-bom</artifactId>
<version>1.5.0</version>
<version>1.5.10</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -50,7 +50,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.5.0</version>
<version>1.5.10</version>
<scope>runtime</scope>
</dependency>
<dependency>