Skip to content

Commit c5474b7

Browse files
committed
version 0.7.0
1 parent 2a1a2d5 commit c5474b7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Add `scalikejdbc-async` to your dependencies.
3030

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

4242
```scala
4343
val appDependencies = Seq(
44-
"org.scalikejdbc" %% "scalikejdbc-async" % "0.6.+",
45-
"org.scalikejdbc" %% "scalikejdbc-async-play-plugin" % "0.6.+",
44+
"org.scalikejdbc" %% "scalikejdbc-async" % "0.7.+",
45+
"org.scalikejdbc" %% "scalikejdbc-async-play-plugin" % "0.7.+",
4646
"com.github.mauricio" %% "postgresql-async" % "0.2.+"
4747
)
4848
```
@@ -151,7 +151,7 @@ password: sa
151151
Published binary files have the following copyright:
152152

153153
```
154-
Copyright 2013 - 2014 scalikejdbc.org
154+
Copyright scalikejdbc.org
155155
156156
Apache License, Version 2.0
157157

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
lazy val _version = "0.7.0-SNAPSHOT"
1+
lazy val _version = "0.7.0"
22
lazy val scalikejdbcVersion = "2.4.2" // TODO: 2.5
33
lazy val mauricioVersion = "0.2.20" // provided
44
lazy val postgresqlVersion = "9.4-1201-jdbc41"

release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22

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

0 commit comments

Comments
 (0)