We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d99e1 commit fffa6a7Copy full SHA for fffa6a7
gradle.properties
@@ -1,4 +1,4 @@
1
projectVersion=1.1.2
2
kotlinVersion=1.4.30-RC-232
3
-exposedVersion=0.29.1
+exposedVersion=0.32.1
4
javaVersion=11
server/build.gradle
@@ -31,9 +31,6 @@ startScripts {
31
repositories {
32
maven { url uri("$projectDir/lib") }
33
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' }
37
}
38
39
dependencies {
0 commit comments