8000 Upgrading netty to 4.0.7 · mst-appear/postgresql-async@bf33128 · GitHub
[go: up one dir, main page]

Skip to content

Commit bf33128

Browse files
committed
Upgrading netty to 4.0.7
1 parent 04572e0 commit bf33128

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If you want information specific to the drivers, check the [PostgreSQL README](p
1616
And if you're in a hurry, you can include them in your build like this, if you're using PostgreSQL:
1717

1818
```scala
19-
"com.github.mauricio" %% "postgresql-async" % "0.2.4"
19+
"com.github.mauricio" %% "postgresql-async" % "0.2.6"
2020
```
2121

2222
Or Maven:
@@ -25,14 +25,14 @@ Or Maven:
2525
<dependency>
2626
<groupId>com.github.mauricio</groupId>
2727
<artifactId>postgresql-async_2.10</artifactId>
28-
<version>0.2.4</version>
28+
<version>0.2.6</version>
2929
</dependency>
3030
```
3131

3232
And if you're into MySQL:
3333

3434
```scala
35-
"com.github.mauricio" %% "mysql-async" % "0.2.4"
35+
"com.github.mauricio" %% "mysql-async" % "0.2.6"
3636
```
3737

3838
Or Maven:
@@ -41,7 +41,7 @@ Or Maven:
4141
<dependency>
4242
<groupId>com.github.mauricio</groupId>
4343
<artifactId>mysql-async_2.10</artifactId>
44-
<version>0.2.4</version>
44+
<version>0.2.6</version>
4545
</dependency>
4646
```
4747

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.6-SNAPSHOT"
48+
val commonVersion = "0.2.6"
4949

5050
val specs2Dependency = "org.specs2" %% "specs2" % "2.0" % "test"
5151

@@ -55,7 +55,7 @@ object Configuration {
5555
"joda-time" % "joda-time" % "2.2",
5656
"org.joda" % "joda-convert" % "1.3.1",
5757
"org.scala-lang" % "scala-library" % "2.10.2",
58-
"io.netty" % "netty-all" % "4.0.5.Final",
58+
"io.netty" % "netty-all" % "4.0.7.Final",
5959
specs2Dependency
6060
)
6161

0 commit comments

Comments
 (0)
0