8000 updated README to mention Scala 2.12 support · flyh2004/postgresql-async@ef3e27b · GitHub
[go: up one dir, main page]

Skip to content

Commit ef3e27b

Browse files
authored
updated README to mention Scala 2.12 support
1 parent f031625 commit ef3e27b

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

README.markdown

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
22
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
33

4-
- [[![Build Status](https://travis-ci.org/mauricio/postgresql-async.png)](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](#!build-statushttpstravis-ciorgmauriciopostgresql-asyncpnghttpstravis-ciorgmauriciopostgresql-async-postgresql-async-&-mysql-async---async-netty-based-database-drivers-for-mysql-and-postgresql-written-in-scala-210-and-211)
4+
- [[![Build Status](https://travis-ci.org/mauricio/postgresql-async.png)](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, 2.11 and 2.12](#!build-statushttpstravis-ciorgmauriciopostgresql-asyncpnghttpstravis-ciorgmauriciopostgresql-async-postgresql-async-&-mysql-async---async-netty-based-database-drivers-for-mysql-and-postgresql-written-in-scala-210-and-211)
55
- [Abstractions and integrations](#abstractions-and-integrations)
66
- [Include them as dependencies](#include-them-as-dependencies)
77
- [Database connections and encodings](#database-connections-and-encodings)
@@ -22,7 +22,7 @@
2222

2323
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
2424

25-
# [![Build Status](https://travis-ci.org/mauricio/postgresql-async.png)](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
25+
# [![Build Status](https://travis-ci.org/mauricio/postgresql-async.png)](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, 2.11 and 2.12
2626

2727
The main goal for this project is to implement simple, async, performant and reliable database drivers for
2828
PostgreSQL and MySQL in Scala. This is not supposed to be a JDBC replacement, these drivers aim to cover the common
@@ -67,6 +67,15 @@ Or Maven:
6767
</dependency>
6868
```
6969

70+
respectively for Scala 2.12:
71+
```xml
72+
<dependency>
73+
<groupId>com.github.mauricio</groupId>
74+
<artifactId>postgresql-async_2.12</artifactId>
75+
<version>0.2.21</version>
76+
</dependency>
77+
```
78+
7079
And if you're into MySQL:
7180

7281
```scala
@@ -82,6 +91,14 @@ Or Maven:
8291
<version>0.2.21</version>
8392
</dependency>
8493
```
94+
respectively for Scala 2.12:
95+
```xml
96+
<dependency>
97+
<groupId>com.github.mauricio</groupId>
98+
<artifactId>mysql-async_2.12</artifactId>
99+
<version>0.2.21</version>
100+
</dependency>
101+
```
85102

86103
## Database connections and encodings
87104

0 commit comments

Comments
 (0)
0