8000 Starting next development cycle · mauricio/postgresql-async@f031625 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Dec 3, 2019. It is now read-only.

Commit f031625

Browse files
author
Maurício Linhares
committed
Starting next development cycle
1 parent b621992 commit f031625

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
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.20"
57+
"com.github.mauricio" %% "postgresql-async" % "0.2.21"
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.20</version>
66+
<version>0.2.21</version>
6767
</dependency>
6868
```
6969

7070
And if you're into MySQL:
7171

7272
```scala
73-
"com.github.mauricio" %% "mysql-async" % "0.2.20"
73+
"com.github.mauricio" %% "mysql-async" % "0.2.21"
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.20</version>
82+
<version>0.2.21</version>
8383
</dependency>
8484
```
8585

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ object ProjectBuild extends Build {
4949

5050
object Configuration {
5151

52-
val commonVersion = "0.2.21"
52+
val commonVersion = "0.2.22-SNAPSHOT"
5353
val projectScalaVersion = "2.12.1"
5454
val specs2Version = "3.8.6"
5555

project/plugins.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
77
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.3.0")
88

99
resolvers += "scalaz-bintray" at "https://dl.bintray.com/scalaz/releases"
10+
11+
// pgpSigningKey := Some(0xB98761578C650D77L)

0 commit comments

Comments
 (0)
0