|
22 | 22 |
|
23 | 23 | <!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
24 | 24 |
|
25 |
| -# [](https://travis-ci.org/mauricio/postgresql-async) postgresql-async & mysql-async - async, Netty based, database drivers for MySQL and PostgreSQL written in Scala - 2.10 |
| 25 | +# [](https://travis-ci.org/mauricio/postgresql-async) postgresql-async & mysql-async - async, Netty based, database drivers for MySQL and PostgreSQL written in Scala 2.10 and 2.11 |
26 | 26 |
|
27 | 27 | The main goal for this project is to implement simple, async, performant and reliable database drivers for
|
28 | 28 | PostgreSQL and MySQL in Scala. This is not supposed to be a JDBC replacement, these drivers aim to cover the common
|
@@ -51,32 +51,32 @@ You can view the project's [CHANGELOG here](CHANGELOG.md).
|
51 | 51 | And if you're in a hurry, you can include them in your build like this, if you're using PostgreSQL:
|
52 | 52 |
|
53 | 53 | ```scala
|
54 |
| -"com.github.mauricio" %% "postgresql-async" % "0.2.12" |
| 54 | +"com.github.mauricio" %% "postgresql-async" % "0.2.14" |
55 | 55 | ```
|
56 | 56 |
|
57 | 57 | Or Maven:
|
58 | 58 |
|
59 | 59 | ```xml
|
60 | 60 | <dependency>
|
61 | 61 | <groupId>com.github.mauricio</groupId>
|
62 |
| - <artifactId>postgresql-async_2.10</artifactId> |
63 |
| - <version>0.2.12</version> |
| 62 | + <artifactId>postgresql-async_2.11</artifactId> |
| 63 | + <version>0.2.14</version> |
64 | 64 | </dependency>
|
65 | 65 | ```
|
66 | 66 |
|
67 | 67 | And if you're into MySQL:
|
68 | 68 |
|
69 | 69 | ```scala
|
70 |
| -"com.github.mauricio" %% "mysql-async" % "0.2.12" |
| 70 | +"com.github.mauricio" %% "mysql-async" % "0.2.14" |
71 | 71 | ```
|
72 | 72 |
|
73 | 73 | Or Maven:
|
74 | 74 |
|
75 | 75 | ```xml
|
76 | 76 | <dependency>
|
77 | 77 | <groupId>com.github.mauricio</groupId>
|
78 |
| - <artifactId>mysql-async_2.10</artifactId> |
79 |
| - <version>0.2.12</version> |
| 78 | + <artifactId>mysql-async_2.11</artifactId> |
| 79 | + <version>0.2.14</version> |
80 | 80 | </dependency>
|
81 | 81 | ```
|
82 | 82 |
|
|
0 commit comments