Skip to content

Commit

Permalink
⬆️ Upgrade to Kotlin 1.0.0-beta-2423 (1.0.0 Beta 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
circlespainter committed Nov 17, 2015
1 parent 144e201 commit 954c914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ subprojects {
ext.quasarJar = "${rootProject.projectDir}/quasar-core/build/libs/quasar-core-${version}${ext.java8 ? "-jdk8" : ""}.jar" // project(':quasar-core').jar.archivePath

ext.asmVer = '5.0.4'
ext.kotlinVer = '1.0.0-beta-1103'
ext.kotlinVer = '1.0.0-beta-2423'

if (!project.hasProperty("sonatypeUsername") || !project.hasProperty("sonatypePassword")) {
println "sonatype username or password not set"
Expand Down

0 comments on commit 954c914

Please sign in to comment.