Upgraded to Kotlin 1.7.20
This commit is contained in:
parent
ad7bab2f28
commit
790238a2b4
5 changed files with 7 additions and 8 deletions
|
@ -12,7 +12,7 @@ plugins {
|
|||
id("org.jetbrains.kotlinx.kover") version "0.6.0"
|
||||
id("org.sonarqube") version "3.4.0.2513"
|
||||
id("signing")
|
||||
kotlin("jvm") version "1.7.10"
|
||||
kotlin("jvm") version "1.7.20"
|
||||
}
|
||||
|
||||
description = "Kotlin/Java Wrapper for Sv443's JokeApi"
|
||||
|
@ -32,7 +32,7 @@ repositories {
|
|||
dependencies {
|
||||
implementation(platform(kotlin("bom")))
|
||||
|
||||
implementation("org.json:json:20220320")
|
||||
implementation("org.json:json:20220924")
|
||||
|
||||
testImplementation(kotlin("test"))
|
||||
testImplementation("org.junit.jupiter:junit-jupiter:5.9.1")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue