Upgraded to Kotlin 1.5.0

This commit is contained in:
Erik C. Thauvin 2021-04-28 12:06:04 -07:00
parent a27b5fa6eb
commit 22e23c63e5
10 changed files with 19 additions and 19 deletions

View file

@ -1,6 +1,6 @@
plugins {
application
kotlin("jvm") version "1.4.31"
kotlin("jvm") version "1.5.0"
}
// ./gradlew run
@ -13,7 +13,7 @@ repositories {
}
dependencies {
compile("net.thauvin.erik:pinboard-poster:1.0.3")
implementation("net.thauvin.erik:pinboard-poster:1.0.4")
}
application {