Skip to content

Commit 265a170

Browse files
committed
Update to Kotlin 1.5.20 and update ktfmt
1 parent c0a2006 commit 265a170

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ java {
1111
allprojects {
1212
repositories {
1313
mavenCentral()
14-
maven { url 'https://cache-redirector.jetbrains.com/kotlin.bintray.com/kotlin-plugin' }
1514
}
1615
}
1716

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
2-
kotlinVersion=1.4.30-RC-232
2+
kotlinVersion=1.5.20
33
exposedVersion=0.32.1
44
javaVersion=11

server/build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,14 @@ dependencies {
3939
implementation 'org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:0.10.0'
4040
implementation "org.jetbrains.kotlin:kotlin-compiler:$kotlinVersion"
4141
implementation "org.jetbrains.kotlin:kotlin-scripting-compiler:$kotlinVersion"
42-
implementation "org.jetbrains.kotlin:kotlin-scripting-compiler-impl:$kotlinVersion"
4342
implementation "org.jetbrains.kotlin:kotlin-scripting-jvm-host-unshaded:$kotlinVersion"
4443
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion"
45-
implementation "org.jetbrains.kotlin:ide-common-ij202:$kotlinVersion"
46-
// implementation("org.jetbrains.kotlin:kotlin-plugin-ij201:$kotlinVersion") { transitive = false }
4744
implementation 'org.jetbrains:fernflower:1.0'
4845
implementation "org.jetbrains.exposed:exposed-core:$exposedVersion"
4946
implementation "org.jetbrains.exposed:exposed-dao:$exposedVersion"
5047
implementation "org.jetbrains.exposed:exposed-jdbc:$exposedVersion"
5148
implementation 'com.h2database:h2:1.4.200'
52-
implementation 'com.github.fwcd.ktfmt:ktfmt:22bd538a1c'
49+
implementation 'com.github.fwcd.ktfmt:ktfmt:8ef3ee752a'
5350
implementation 'com.beust:jcommander:1.78'
5451

5552
testImplementation 'org.hamcrest:hamcrest-all:1.3'

0 commit comments

Comments
 (0)