Skip to content

Commit

Permalink
Upgraded Fulcrum -> 0.15.2, Zerolog -> 0.16.0, YConf -> 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoutanov committed Jul 12, 2018
1 parent 918c2bb commit 6e2843c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: "maven-publish"
apply plugin: "com.jfrog.bintray"

group = "com.obsidiandynamics.meteor"
version = "0.9.0-SNAPSHOT"
version = "0.9.0"

def envUser = "BINTRAY_USER"
def envKey = "BINTRAY_KEY"
Expand Down Expand Up @@ -37,9 +37,9 @@ allprojects {
}

ext {
fulcrumVersion = "0.15.1"
yconfVersion = "0.4.0"
zerologVersion = "0.15.0"
fulcrumVersion = "0.15.2"
yconfVersion = "0.5.0"
zerologVersion = "0.16.0"
hazelcastVersion = "3.10.2"
}

Expand Down

0 comments on commit 6e2843c

Please sign in to comment.