Skip to content

Commit

Permalink
version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Dec 22, 2016
1 parent 2a1a2d5 commit c5474b7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Add `scalikejdbc-async` to your dependencies.

```scala
libraryDependencies ++= Seq(
"org.scalikejdbc" %% "scalikejdbc-async" % "0.6.+",
"org.scalikejdbc" %% "scalikejdbc-async" % "0.7.+",
"com.github.mauricio" %% "postgresql-async" % "0.2.+",
"com.github.mauricio" %% "mysql-async" % "0.2.+",
"org.slf4j" % "slf4j-simple" % "1.7.+" // slf4j implementation
Expand All @@ -41,8 +41,8 @@ If you're a Play2 user, use play-plugin too!

```scala
val appDependencies = Seq(
"org.scalikejdbc" %% "scalikejdbc-async" % "0.6.+",
"org.scalikejdbc" %% "scalikejdbc-async-play-plugin" % "0.6.+",
"org.scalikejdbc" %% "scalikejdbc-async" % "0.7.+",
"org.scalikejdbc" %% "scalikejdbc-async-play-plugin" % "0.7.+",
"com.github.mauricio" %% "postgresql-async" % "0.2.+"
)
```
Expand Down Expand Up @@ -151,7 +151,7 @@ password: sa
Published binary files have the following copyright:

```
Copyright 2013 - 2014 scalikejdbc.org
Copyright scalikejdbc.org
Apache License, Version 2.0
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lazy val _version = "0.7.0-SNAPSHOT"
lazy val _version = "0.7.0"
lazy val scalikejdbcVersion = "2.4.2" // TODO: 2.5
lazy val mauricioVersion = "0.2.20" // provided
lazy val postgresqlVersion = "9.4-1201-jdbc41"
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

sbt clean "project core" "+ publishSigned" "project play-plugin" "+ publishSigned" #sonatypeRelease
sbt clean "project core" "+ publishSigned" "project playPlugin" "+ publishSigned" #sonatypeRelease

0 comments on commit c5474b7

Please sign in to comment.