Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Commit

Permalink
Updated to 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz committed Oct 29, 2017
1 parent a733eea commit 78b9148
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ buildscript {
ext.kotlinVersion = '1.2.0-beta-88'
ext.compilerVersion = ext.kotlinVersion
ext.librariesVersion = ext.kotlinVersion
//ext.eapChannel = 'https://dl.bintray.com/kotlin/kotlin-eap-1.1'
ext.eapChannel = 'http://dl.bintray.com/kotlin/kotlin-eap-1.2'


repositories {
jcenter()
maven { url eapChannel }
Expand All @@ -33,7 +33,7 @@ allprojects {
}

group 'com.soywiz'
version "$korVersion"
version "0.14.1"

apply plugin: 'java'
apply plugin: 'maven'
Expand Down
1 change: 0 additions & 1 deletion gradle.properties

This file was deleted.

0 comments on commit 78b9148

Please sign in to comment.