Skip to content

Commit

Permalink
Improve
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 committed Apr 25, 2018
1 parent 51683d8 commit 6db4331
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import java.io.*
val kotlinVersion = "1.2.40"

group = "com.tang.intellij.devkt.lua"
version = "v1.1-SNAPSHOT"
version = "v1.0"

plugins {
java
Expand Down Expand Up @@ -42,7 +42,7 @@ repositories {

dependencies {
compileOnly(kotlin("compiler-embeddable", kotlinVersion))
val version = "5a71725385"
val version = "efb0f52d89"
compileOnly(group = "com.github.ice1000.dev-kt", name = "common", version = version)
runtime(group = "com.github.ice1000.dev-kt", name = "swing", version = version)
}
Expand Down

0 comments on commit 6db4331

Please sign in to comment.