Skip to content

Commit

Permalink
Updated libraries...
Browse files Browse the repository at this point in the history
  • Loading branch information
EncryptSL committed May 13, 2024
1 parent eae1302 commit 50ac6ae
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ dependencies {
}
compileOnly("com.zaxxer:HikariCP:5.1.0")
compileOnly("me.clip:placeholderapi:2.11.5")
compileOnly("org.jetbrains.exposed:exposed-core:0.49.0")
compileOnly("org.jetbrains.exposed:exposed-jdbc:0.49.0")
compileOnly("org.jetbrains.exposed:exposed-kotlin-datetime:0.49.0")
compileOnly("org.jetbrains.exposed:exposed-core:0.50.1")
compileOnly("org.jetbrains.exposed:exposed-jdbc:0.50.1")
compileOnly("org.jetbrains.exposed:exposed-kotlin-datetime:0.50.1")
compileOnly("com.squareup.okhttp3:okhttp:4.12.0")
compileOnly("me.hsgamer:bettereconomy:3.0")

Expand All @@ -58,8 +58,8 @@ dependencies {
testImplementation(kotlin("test", "1.9.23"))
testImplementation("com.zaxxer:HikariCP:5.1.0")
testImplementation("org.xerial:sqlite-jdbc:3.42.0.0")
testImplementation("org.jetbrains.exposed:exposed-core:0.48.0")
testImplementation("org.jetbrains.exposed:exposed-jdbc:0.48.0")
testImplementation("org.jetbrains.exposed:exposed-core:0.50.1")
testImplementation("org.jetbrains.exposed:exposed-jdbc:0.50.1")
}

sourceSets {
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/paper-libraries.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
libraries:
- com.zaxxer:HikariCP:5.1.0
- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.23
- org.jetbrains.exposed:exposed-core:0.49.0
- org.jetbrains.exposed:exposed-jdbc:0.49.0
- org.jetbrains.exposed:exposed-kotlin-datetime:0.49.0
- org.jetbrains.exposed:exposed-core:0.50.1
- org.jetbrains.exposed:exposed-jdbc:0.50.1
- org.jetbrains.exposed:exposed-kotlin-datetime:0.50.1
- com.squareup.okhttp3:okhttp:4.12.0
6 changes: 3 additions & 3 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ softdepend: [PlaceholderAPI, Vault, Treasury, MiniPlaceholders]
libraries:
- com.zaxxer:HikariCP:5.1.0
- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.23
- org.jetbrains.exposed:exposed-core:0.49.0
- org.jetbrains.exposed:exposed-jdbc:0.49.0
- org.jetbrains.exposed:exposed-kotlin-datetime:0.49.0
- org.jetbrains.exposed:exposed-core:0.50.1
- org.jetbrains.exposed:exposed-jdbc:0.50.1
- org.jetbrains.exposed:exposed-kotlin-datetime:0.50.1
- com.squareup.okhttp3:okhttp:4.12.0

description: ${description}
Expand Down

0 comments on commit 50ac6ae

Please sign in to comment.