8000 Updating to latest version · olksdr/postgresql-async@654a377 · GitHub
[go: up one dir, main page]

Skip to content

Commit 654a377

Browse files
committed
Updating to latest version
1 parent 14e232f commit 654a377

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ You can view the project's [CHANGELOG here](CHANGELOG.md).
5454
And if you're in a hurry, you can include them in your build like this, if you're using PostgreSQL:
5555

5656
```scala
57-
"com.github.mauricio" %% "postgresql-async" % "0.2.15"
57+
"com.github.mauricio" %% "postgresql-async" % "0.2.18"
5858
```
5959

6060
Or Maven:
@@ -63,14 +63,14 @@ Or Maven:
6363
<dependency>
6464
<groupId>com.github.mauricio</groupId>
6565
<artifactId>postgresql-async_2.11</artifactId>
66-
<version>0.2.16</version>
66+
<version>0.2.18</version>
6767
</dependency>
6868
```
6969

7070
And if you're into MySQL:
7171

7272
```scala
73-
"com.github.mauricio" %% "mysql-async" % "0.2.15"
73+
"com.github.mauricio" %% "mysql-async" % "0.2.18"
7474
```
7575

7676
Or Maven:
@@ -79,7 +79,7 @@ Or Maven:
7979
<dependency>
8080
<groupId>com.github.mauricio</groupId>
8181
<artifactId>mysql-async_2.11</artifactId>
82-
<version>0.2.16</version>
82+
<version>0.2.18</version>
8383
</dependency>
8484
```
8585

0 commit comments

Comments
 (0)
0