8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2be41d5 commit d479047Copy full SHA for d479047
project/Build.scala
@@ -45,7 +45,7 @@ object ProjectBuild extends Build {
45
46
object Configuration {
47
48
- val commonVersion = "0.2.16-SNAPSHOT"
+ val commonVersion = "0.2.16"
49
val projectScalaVersion = "2.11.0"
50
51
val specs2Dependency = "org.specs2" %% "specs2" % "2.3.11" % "test"
@@ -55,7 +55,7 @@ object Configuration {
55
"org.slf4j" % "slf4j-api" % "1.7.5",
56
"joda-time" % "joda-time" % "2.3",
57
"org.joda" % "joda-convert" % "1.5",
58
- "io.netty" % "netty-all" % "4.0.23.Final",
+ "io.netty" % "netty-all" % "4.0.25.Final",
59
"org.javassist" % "javassist" % "3.18.1-GA",
60
specs2Dependency,
61
logbackDependency
0 commit comments