Skip to content

Commit

Permalink
v4.0 beta 11
Browse files Browse the repository at this point in the history
Kotlin 1.2.51
Gradle 4.9
Shadow 2.0.4
  • Loading branch information
elect86 committed Jul 18, 2018
1 parent 5980511 commit ff2d12b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ group = 'com.github.kotlin-graphics'

buildscript {

ext.kotlinVersion = '1.2.41'
ext.kotlinVersion = '1.2.51'

repositories {
jcenter()
Expand All @@ -20,7 +20,7 @@ buildscript {

dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.3'
classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.4'
classpath "org.junit.platform:junit-platform-gradle-plugin:1.1.0"
}
}
Expand All @@ -33,7 +33,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
implementation "org.jetbrains.kotlin:kotlin-reflect"

implementation 'com.github.kotlin-graphics:uno-sdk:f74c19683632fe33a810acd3c6890143cb6d0175'
implementation 'com.github.kotlin-graphics:uno-sdk:6d0cd14'

testCompile 'io.kotlintest:kotlintest-runner-junit5:3.1.0'

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.7-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-all.zip

0 comments on commit ff2d12b

Please sign in to comment.