File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ repositories {
29
29
maven { url ' https://jitpack.io' }
30
30
// TODO: Update once https://github.com/JetBrains/Exposed/issues/1160 is resolved
31
31
// 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' }
33
33
}
34
34
35
35
dependencies {
@@ -44,7 +44,7 @@ dependencies {
44
44
implementation " org.jetbrains.kotlin:ide-common-ij202:$kotlinVersion "
45
45
// implementation("org.jetbrains.kotlin:kotlin-plugin-ij201:$kotlinVersion") { transitive = false }
46
46
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 '
48
48
implementation ' com.h2database:h2:1.4.200'
49
49
implementation ' com.github.fwcd:ktfmt:22bd538a1c'
50
50
implementation ' com.beust:jcommander:1.78'
You can’t perform that action at this time.
0 commit comments