Skip to content

Commit

Permalink
1.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
takezoe committed Jan 7, 2017
1 parent 2adece9 commit 6f3caf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@
Better JDBC wrapper for Scala.

```scala
libraryDependencies += "com.github.takezoe" %% "scala-jdbc" % "1.0.2"
libraryDependencies += "com.github.takezoe" %% "scala-jdbc" % "1.0.3"
```

You can use better-jdbc by adding a following import statements:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -2,7 +2,7 @@ name := "scala-jdbc"

organization := "com.github.takezoe"

version := "1.0.3-SNAPSHOT"
version := "1.0.3"

scalaVersion := "2.12.1"

Expand Down

0 comments on commit 6f3caf8

Please sign in to comment.