File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,13 +13,7 @@ group = "dev.slne.surf"
1313version = findProperty(" version" ) as String
1414
1515dependencies {
16- // implementation(libs.bundles.exposed)
17- /* Use JitPack until https://github.com/JetBrains/Exposed/commit/f425884a4e0799a55b87f54b19bf7f84b291d0b9 is included in the next release */
18- implementation(" com.github.JetBrains.Exposed:exposed-core:f425884" )
19- implementation(" com.github.JetBrains.Exposed:exposed-r2dbc:f425884" )
20- implementation(" com.github.JetBrains.Exposed:exposed-java-time:f425884" )
21- implementation(" com.github.JetBrains.Exposed:exposed-json:f425884" )
22-
16+ implementation(libs.bundles.exposed)
2317 implementation(libs.r2dbc.pool)
2418 implementation(libs.bundles.databaseDriver)
2519}
Original file line number Diff line number Diff line change 11[versions ]
2- exposed = " 1.0.0-rc-4 "
2+ exposed = " 1.0.0"
33r2dbc-mariadb = " 1.3.0"
44r2dbc-pool = " 1.0.2.RELEASE"
55
You can’t perform that action at this time.
0 commit comments