Skip to content

Commit

Permalink
[ gradle ] Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 committed Apr 30, 2018
1 parent 7f257f5 commit a714b9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ var isCI: Boolean by extra
var isMac: Boolean by extra
var kotlinStable: String by extra
var kotlinVersion: String by extra
val kotlinEAP = "1.2.50-dev-971"
val kotlinEAP = "1.2.50-dev-1018"
isCI = !System.getenv("CI").isNullOrBlank()
isMac = SystemInfo.isMac
kotlinStable = "1.2.40"
kotlinStable = "1.2.41"
kotlinVersion = if (isCI) kotlinEAP else kotlinStable

plugins {
Expand All @@ -49,7 +49,7 @@ idea {
}

allprojects {
val shortVersion = "v1.5-SNAPSHOT"
val shortVersion = "v1.4.1"
val packageName = "org.ice1000.devkt"

group = packageName
Expand Down

0 comments on commit a714b9b

Please sign in to comment.