Skip to content

Commit fffa6a7

Browse files
committed
Update Exposed
1 parent 30d99e1 commit fffa6a7

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
projectVersion=1.1.2
22
kotlinVersion=1.4.30-RC-232
3-
exposedVersion=0.29.1
3+
exposedVersion=0.32.1
44
javaVersion=11

server/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ startScripts {
3131
repositories {
3232
maven { url uri("$projectDir/lib") }
3333
maven { url 'https://jitpack.io' }
34-
// TODO: Update once https://github.com/JetBrains/Exposed/issues/1160 is resolved
35-
// since Bintray will be shutting down soon
36-
maven { url 'https://cache-redirector.jetbrains.com/dl.bintray.com/kotlin/exposed' }
3734
}
3835

3936
dependencies {

0 commit comments

Comments
 (0)