Skip to content

Commit

Permalink
Update version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
d6y committed Sep 26, 2016
1 parent f9da95d commit 858dbbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Grab the code by adding the following to your `build.sbt`:
libraryDependencies ++= Seq(
"com.typesafe.slick" %% "slick" % "3.1.1",
"com.chuusai" %% "shapeless" % "2.3.1",
"io.underscore" %% "slickless" % "0.2.1"
"io.underscore" %% "slickless" % "0.3.0"
)
~~~

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "slickless"
organization := "io.underscore"
version := "0.2.1"
version := "0.3.0"
scalaVersion := "2.11.8"

licenses += ("Apache-2.0", url("http://apache.org/licenses/LICENSE-2.0"))
Expand Down

0 comments on commit 858dbbf

Please sign in to comment.