Skip to content

Commit

Permalink
v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurilov, Andrey committed Aug 9, 2018
1 parent 7c4db5a commit 6873dfc
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
Expand Up @@ -11,7 +11,7 @@ apply plugin: "maven"
apply plugin: "signing"

group = "com.github.emc-mongoose"
version = "0.1.5"
version = "0.1.6"

tasks.withType(JavaCompile) {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand All @@ -35,8 +35,8 @@ ext {
disruptor : "3.3.4",
jackson: "2.9.1",
log4j: "2.8.2",
netty: "4.1.17.Final",
mongoose: "[3.,4.)",
netty: "4.1.25.Final",
mongoose: "3.6.2",
]
}

Expand Down

0 comments on commit 6873dfc

Please sign in to comment.