Minor: Quasar 0.9.4 is out so we don't need the snapshot version anymore.

This commit is contained in:
Mike Hearn 2016-01-22 12:00:14 +01:00
parent b3bfe9d532
commit fd63543566

View File

@ -12,7 +12,7 @@ allprojects {
buildscript {
ext.kotlin_version = '1.0.0-beta-4584'
ext.quasar_version = '0.7.4-SNAPSHOT'
ext.quasar_version = '0.7.4'
ext.asm_version = '0.5.3'
repositories {