Skip to content

Commit 6db4331

Browse files
committed
Improve
1 parent 51683d8 commit 6db4331

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import java.io.*
44
val kotlinVersion = "1.2.40"
55

66
group = "com.tang.intellij.devkt.lua"
7-
version = "v1.1-SNAPSHOT"
7+
version = "v1.0"
88

99
plugins {
1010
java
@@ -42,7 +42,7 @@ repositories {
4242

4343
dependencies {
4444
compileOnly(kotlin("compiler-embeddable", kotlinVersion))
45-
val version = "5a71725385"
45+
val version = "efb0f52d89"
4646
compileOnly(group = "com.github.ice1000.dev-kt", name = "common", version = version)
4747
runtime(group = "com.github.ice1000.dev-kt", name = "swing", version = version)
4848
}

0 commit comments

Comments
 (0)