Skip to content

Commit cbb7bdf

Browse files
committed
Update Exposed
1 parent f8a8500 commit cbb7bdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repositories {
2929
maven { url 'https://jitpack.io' }
3030
// TODO: Update once https://github.com/JetBrains/Exposed/issues/1160 is resolved
3131
// since Bintray will be shutting down soon
32-
maven { url 'https://dl.bintray.com/kotlin/exposed/' }
32+
maven { url 'https://cache-redirector.jetbrains.com/dl.bintray.com/kotlin/exposed' }
3333
}
3434

3535
dependencies {
@@ -44,7 +44,7 @@ dependencies {
4444
implementation "org.jetbrains.kotlin:ide-common-ij202:$kotlinVersion"
4545
// implementation("org.jetbrains.kotlin:kotlin-plugin-ij201:$kotlinVersion") { transitive = false }
4646
implementation 'org.jetbrains:fernflower:1.0'
47-
implementation 'org.jetbrains.exposed:exposed:0.17.9'
47+
implementation 'org.jetbrains.exposed:exposed-core:0.29.1'
4848
implementation 'com.h2database:h2:1.4.200'
4949
implementation 'com.github.fwcd:ktfmt:22bd538a1c'
5050
implementation 'com.beust:jcommander:1.78'

0 commit comments

Comments
 (0)