File tree Expand file tree Collapse file tree
src/main/kotlin/io/codemc/api/database Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ plugins {
1313}
1414
1515group = " io.codemc.api"
16- version = " 1.2.3 "
16+ version = " 1.2.4 "
1717description = " Official API for CodeMC Jenkins & Nexus Services"
1818
1919repositories {
@@ -26,8 +26,8 @@ dependencies {
2626 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2" )
2727 implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0" )
2828 implementation(" org.mariadb.jdbc:mariadb-java-client:3.5.7" )
29- implementation(" org.jetbrains.exposed:exposed-core:0.61 .0" )
30- implementation(" org.jetbrains.exposed:exposed-jdbc:0.61 .0" )
29+ implementation(" org.jetbrains.exposed:exposed-core:1.0 .0" )
30+ implementation(" org.jetbrains.exposed:exposed-jdbc:1.0 .0" )
3131
3232 testImplementation(kotlin(" test" ))
3333 testImplementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2" )
Original file line number Diff line number Diff line change 22
33package io.codemc.api.database
44
5- import org.jetbrains.exposed.sql .Column
6- import org.jetbrains.exposed.sql .Table
5+ import org.jetbrains.exposed.v1.core .Column
6+ import org.jetbrains.exposed.v1.core .Table
77
88/* *
99 * Represents the `users` SQL table.
You can’t perform that action at this time.
0 commit comments