Skip to content

Commit 52f81ae

Browse files
author
adam-arold
committed
bump
1 parent c61062c commit 52f81ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
allprojects {
22
group "org.hexworks.microcline"
3-
version "2018.1.0-PREVIEW"
3+
version "2018.0.1-PREVIEW"
44
}
55

66
buildscript {
77
ext.kotlinVersion = "1.3.10"
88
repositories {
9+
mavenCentral()
910
mavenLocal()
1011
jcenter()
11-
mavenCentral()
1212
maven { url "https://plugins.gradle.org/m2/" }
1313
}
1414
dependencies {
@@ -17,7 +17,7 @@ buildscript {
1717
}
1818

1919
ext {
20-
zirconVersion = "2018.5.29-PREVIEW"
20+
zirconVersion = "2018.5.31-PREVIEW"
2121
junitVersion = "4.12"
2222
mockitoVersion = "1.10.19"
2323
assertjVersion = "3.6.2"

0 commit comments

Comments
 (0)