mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Bump kotlin-stdlib from 1.3.50 to 1.3.61
Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.3.50 to 1.3.61. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.3.61/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.50...v1.3.61) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
4ba5b6da1d
commit
e5423b5e08
@ -84,7 +84,7 @@ shadowJar {
|
|||||||
include(dependency("com.squareup.retrofit2:retrofit:2.4.0"))
|
include(dependency("com.squareup.retrofit2:retrofit:2.4.0"))
|
||||||
include(dependency("com.squareup.okhttp3:okhttp:3.12.0"))
|
include(dependency("com.squareup.okhttp3:okhttp:3.12.0"))
|
||||||
include(dependency("com.squareup.okio:okio:2.2.2"))
|
include(dependency("com.squareup.okio:okio:2.2.2"))
|
||||||
include(dependency("org.jetbrains.kotlin:kotlin-stdlib:1.3.50"))
|
include(dependency("org.jetbrains.kotlin:kotlin-stdlib:1.3.61"))
|
||||||
include(dependency("io.papermc:paperlib:1.0.2"))
|
include(dependency("io.papermc:paperlib:1.0.2"))
|
||||||
include(dependency("net.kyori:text-adapter-bukkit:3.0.3"))
|
include(dependency("net.kyori:text-adapter-bukkit:3.0.3"))
|
||||||
}
|
}
|
||||||
|
@ -17,7 +17,7 @@ dependencies {
|
|||||||
implementation("com.github.Sauilitired:Jenkins4J:2.0-SNAPSHOT")
|
implementation("com.github.Sauilitired:Jenkins4J:2.0-SNAPSHOT")
|
||||||
implementation("com.squareup.okhttp3:okhttp:3.12.0")
|
implementation("com.squareup.okhttp3:okhttp:3.12.0")
|
||||||
implementation("com.squareup.okio:okio:2.2.2")
|
implementation("com.squareup.okio:okio:2.2.2")
|
||||||
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.3.50")
|
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.3.61")
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceCompatibility = 1.8
|
sourceCompatibility = 1.8
|
||||||
|
Loading…
Reference in New Issue
Block a user