File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 11
11
allprojects {
12
12
repositories {
13
13
mavenCentral()
14
- maven { url ' https://cache-redirector.jetbrains.com/kotlin.bintray.com/kotlin-plugin' }
15
14
}
16
15
}
17
16
Original file line number Diff line number Diff line change 1
1
projectVersion =1.1.2
2
- kotlinVersion =1.4.30-RC-232
2
+ kotlinVersion =1.5.20
3
3
exposedVersion =0.32.1
4
4
javaVersion =11
Original file line number Diff line number Diff line change @@ -39,17 +39,14 @@ dependencies {
39
39
implementation ' org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:0.10.0'
40
40
implementation " org.jetbrains.kotlin:kotlin-compiler:$kotlinVersion "
41
41
implementation " org.jetbrains.kotlin:kotlin-scripting-compiler:$kotlinVersion "
42
- implementation " org.jetbrains.kotlin:kotlin-scripting-compiler-impl:$kotlinVersion "
43
42
implementation " org.jetbrains.kotlin:kotlin-scripting-jvm-host-unshaded:$kotlinVersion "
44
43
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 }
47
44
implementation ' org.jetbrains:fernflower:1.0'
48
45
implementation " org.jetbrains.exposed:exposed-core:$exposedVersion "
49
46
implementation " org.jetbrains.exposed:exposed-dao:$exposedVersion "
50
47
implementation " org.jetbrains.exposed:exposed-jdbc:$exposedVersion "
51
48
implementation ' com.h2database:h2:1.4.200'
52
- implementation ' com.github.fwcd.ktfmt:ktfmt:22bd538a1c '
49
+ implementation ' com.github.fwcd.ktfmt:ktfmt:8ef3ee752a '
53
50
implementation ' com.beust:jcommander:1.78'
54
51
55
52
testImplementation ' org.hamcrest:hamcrest-all:1.3'
You can’t perform that action at this time.
0 commit comments