Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-arold committed Nov 29, 2018
1 parent c61062c commit 52f81ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
allprojects {
group "org.hexworks.microcline"
version "2018.1.0-PREVIEW"
version "2018.0.1-PREVIEW"
}

buildscript {
ext.kotlinVersion = "1.3.10"
repositories {
mavenCentral()
mavenLocal()
jcenter()
mavenCentral()
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
Expand All @@ -17,7 +17,7 @@ buildscript {
}

ext {
zirconVersion = "2018.5.29-PREVIEW"
zirconVersion = "2018.5.31-PREVIEW"
junitVersion = "4.12"
mockitoVersion = "1.10.19"
assertjVersion = "3.6.2"
Expand Down

0 comments on commit 52f81ae

Please sign in to comment.