8000 Upgrading netty · radtek/postgresql-async@d479047 · GitHub
[go: up one dir, main page]

Skip to content

Commit d479047

Browse files
committed
Upgrading netty
1 parent 2be41d5 commit d479047

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ object ProjectBuild extends Build {
4545

4646
object Configuration {
4747

48-
val commonVersion = "0.2.16-SNAPSHOT"
48+
val commonVersion = "0.2.16"
4949
val projectScalaVersion = "2.11.0"
5050

5151
val specs2Dependency = "org.specs2" %% "specs2" % "2.3.11" % "test"
@@ -55,7 +55,7 @@ object Configuration {
5555
"org.slf4j" % "slf4j-api" % "1.7.5",
5656
"joda-time" % "joda-time" % "2.3",
5757
"org.joda" % "joda-convert" % "1.5",
58-
"io.netty" % "netty-all" % "4.0.23.Final",
58+
"io.netty" % "netty-all" % "4.0.25.Final",
5959
"org.javassist" % "javassist" % "3.18.1-GA",
6060
specs2Dependency,
6161
logbackDependency

0 commit comments

Comments
 (0)
0