This repository was archived by the owner on Dec 3, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ You can view the project's [CHANGELOG here](CHANGELOG.md).
54
54
And if you're in a hurry, you can include them in your build like this, if you're using PostgreSQL:
55
55
56
56
``` scala
57
- " com.github.mauricio" %% " postgresql-async" % " 0.2.20 "
57
+ " com.github.mauricio" %% " postgresql-async" % " 0.2.21 "
58
58
```
59
59
60
60
Or Maven:
@@ -63,14 +63,14 @@ Or Maven:
63
63
<dependency >
64
64
<groupId >com.github.mauricio</groupId >
65
65
<artifactId >postgresql-async_2.11</artifactId >
66
- <version >0.2.20 </version >
66
+ <version >0.2.21 </version >
67
67
</dependency >
68
68
```
69
69
70
70
And if you're into MySQL:
71
71
72
72
``` scala
73
- " com.github.mauricio" %% " mysql-async" % " 0.2.20 "
73
+ " com.github.mauricio" %% " mysql-async" % " 0.2.21 "
74
74
```
75
75
76
76
Or Maven:
@@ -79,7 +79,7 @@ Or Maven:
79
79
<dependency >
80
80
<groupId >com.github.mauricio</groupId >
81
81
<artifactId >mysql-async_2.11</artifactId >
82
- <version >0.2.20 </version >
82
+ <version >0.2.21 </version >
83
83
</dependency >
84
84
```
85
85
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ object ProjectBuild extends Build {
49
49
50
50
object Configuration {
51
51
52
- val commonVersion = " 0.2.21 "
52
+ val commonVersion = " 0.2.22-SNAPSHOT "
53
53
val projectScalaVersion = " 2.12.1"
54
54
val specs2Version = " 3.8.6"
55
55
Original file line number Diff line number Diff line change @@ -7,3 +7,5 @@ addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
7
7
addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " 0.3.0" )
8
8
9
9
resolvers += " scalaz-bintray" at " https://dl.bintray.com/scalaz/releases"
10
+
11
+ // pgpSigningKey := Some(0xB98761578C650D77L)
You can’t perform that action at this time.
0 commit comments