Skip to content

Commit

Permalink
alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hamblen committed Feb 19, 2012
1 parent 6dee668 commit 3daf24d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description :=
"Core Dispatch module wrapping sonatype/async-http-client"

libraryDependencies ++= Seq(
"com.ning" % "async-http-client" % "1.7.0-RC1",
"com.ning" % "async-http-client" % "1.7.0",
"net.databinder" %% "unfiltered-netty-server" % "0.5.3" % "test",
"org.slf4j" % "slf4j-simple" % "1.6.4" % "test"
)
Expand All @@ -19,7 +19,7 @@ testOptions in Test += Tests.Cleanup { loader =>
crossScalaVersions :=
Seq("2.8.0", "2.8.1", "2.8.2", "2.9.0", "2.9.0-1", "2.9.1")

version := "0.9.0-alpha1"
version := "0.9.0-alpha2"

organization := "net.databinder.dispatch"

Expand Down

0 comments on commit 3daf24d

Please sign in to comment.