Skip to content

Commit

Permalink
Bump dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wtlgo committed Jun 12, 2024
1 parent 2f8d0c2 commit 793f7aa
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "java"
id "org.jetbrains.kotlin.jvm" version "1.8.20"
id "org.jetbrains.kotlin.jvm" version "2.0.0"
id "org.jetbrains.dokka" version "1.7.20"
id "maven-publish"
id "com.github.johnrengelman.shadow" version "7.1.2"
Expand Down Expand Up @@ -67,11 +67,11 @@ dependencies {
compileOnly "com.github.NuVotifier.NuVotifier:nuvotifier-api:2.7.2"
compileOnly "com.github.NuVotifier.NuVotifier:nuvotifier-common:2.7.2"

implementation "org.jetbrains.kotlin:kotlin-stdlib:1.8.20"
implementation "org.jetbrains.kotlin:kotlin-stdlib:2.0.0"

implementation "io.ktor:ktor-server-core:2.2.4"
implementation "io.ktor:ktor-server-netty:2.2.4"
implementation "dev.dejvokep:boosted-yaml:1.3"
implementation "io.ktor:ktor-server-core:2.3.11"
implementation "io.ktor:ktor-server-netty:2.3.11"
implementation "dev.dejvokep:boosted-yaml:1.3.5"
implementation "com.xk72:pherialize:1.2.4"
implementation "dev.jeka:jeka-core:0.10.12"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,12 @@ private void registerDependencies() throws IOException {

withJekaPath(new File(libsPath, "cache"), () -> {
final JkDependencySet deps = JkDependencySet.of()
.and("org.jetbrains.kotlin:kotlin-stdlib:1.8.20")
.and("io.ktor:ktor-server-core:2.2.4")
.and("io.ktor:ktor-server-core-jvm:2.2.4")
.and("io.ktor:ktor-server-netty:2.2.4")
.and("io.ktor:ktor-server-netty-jvm:2.2.4")
.and("dev.dejvokep:boosted-yaml:1.3")
.and("org.jetbrains.kotlin:kotlin-stdlib:2.0.0")
.and("io.ktor:ktor-server-core:2.3.11")
.and("io.ktor:ktor-server-core-jvm:2.3.11")
.and("io.ktor:ktor-server-netty:2.3.11")
.and("io.ktor:ktor-server-netty-jvm:2.3.11")
.and("dev.dejvokep:boosted-yaml:1.3.5")
.and("com.xk72:pherialize:1.2.4");
final JkDependencyResolver resolver = JkDependencyResolver.of()
.setRepos(JkRepo.ofMavenCentral().toSet());
Expand Down
12 changes: 6 additions & 6 deletions src/main/resources/bungee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ depend:
load: STARTUP

libraries:
- org.jetbrains.kotlin:kotlin-stdlib:1.8.20
- io.ktor:ktor-server-core:2.2.4
- io.ktor:ktor-server-core-jvm:2.2.4
- io.ktor:ktor-server-netty:2.2.4
- io.ktor:ktor-server-netty-jvm:2.2.4
- dev.dejvokep:boosted-yaml:1.3
- org.jetbrains.kotlin:kotlin-stdlib:2.0.0
- io.ktor:ktor-server-core:2.3.11
- io.ktor:ktor-server-core-jvm:2.3.11
- io.ktor:ktor-server-netty:2.3.11
- io.ktor:ktor-server-netty-jvm:2.3.11
- dev.dejvokep:boosted-yaml:1.3.5
- com.xk72:pherialize:1.2.4
12 changes: 6 additions & 6 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ depend:
load: STARTUP

libraries:
- org.jetbrains.kotlin:kotlin-stdlib:1.8.20
- io.ktor:ktor-server-core:2.2.4
- io.ktor:ktor-server-core-jvm:2.2.4
- io.ktor:ktor-server-netty:2.2.4
- io.ktor:ktor-server-netty-jvm:2.2.4
- dev.dejvokep:boosted-yaml:1.3
- org.jetbrains.kotlin:kotlin-stdlib:2.0.0
- io.ktor:ktor-server-core:2.3.11
- io.ktor:ktor-server-core-jvm:2.3.11
- io.ktor:ktor-server-netty:2.3.11
- io.ktor:ktor-server-netty-jvm:2.3.11
- dev.dejvokep:boosted-yaml:1.3.5
- com.xk72:pherialize:1.2.4

0 comments on commit 793f7aa

Please sign in to comment.