Skip to content

Commit

Permalink
Upgraded Fulcrum -> 0.15.2, Zerolog -> 0.16.0, YConf -> 0.5.0, Jackda…
Browse files Browse the repository at this point in the history
…w -> 0.7.0, Meteor -> 0.9.0
  • Loading branch information
ekoutanov committed Jul 12, 2018
1 parent 361d624 commit b3107ce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,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"
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion ledger-kafka/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ def packageName = "blackstrom-ledger-kafka"
version = project(":").version

ext {
jackdawVersion = "0.6.0"
jackdawVersion = "0.7.0"
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion ledger-meteor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ def packageName = "blackstrom-ledger-meteor"
version = project(":").version

ext {
meteorVersion = "0.8.0"
meteorVersion = "0.9.0"
hazelcastVersion = "3.10.2"
}

Expand Down

0 comments on commit b3107ce

Please sign in to comment.