Skip to content

Commit

Permalink
#66 upgrade to latest netty
Browse files Browse the repository at this point in the history
  • Loading branch information
robfletcher committed Aug 9, 2013
1 parent 21b0f62 commit 83fc9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion betamax.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ allprojects {
httpClient: dependencies.create("org.apache.httpcomponents:httpclient:4.2.2"),
jetty: dependencies.create("org.eclipse.jetty:jetty-server:7.3.1.v20110307"),
junit: dependencies.create("junit:junit:4.10"),
netty: dependencies.create("io.netty:netty-all:4.0.6.Final"), // TODO: not sure we need netty-all
netty: dependencies.create("io.netty:netty-all:4.0.7.Final"), // TODO: not sure we need netty-all
spock: dependencies.create("org.spockframework:spock-core:0.7-groovy-1.8", {
exclude module: "groovy-all"
exclude module: "junit-dep"
Expand Down

0 comments on commit 83fc9fe

Please sign in to comment.