Skip to content

Commit

Permalink
Merge pull request #7 from underscoreio/version-update-release
Browse files Browse the repository at this point in the history
Prep for 0.2.0 release
  • Loading branch information
d6y committed Apr 15, 2016
2 parents d7e07ce + d2cf869 commit 481c0aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ Shapeless HList support for Slick.

by [Richard Dallaway][d6y], [Miles Sabin][milessabin], and [Dave Gurnell][davegurnell].

Copyright 2015 [Underscore Consulting LLP][underscore]. Licensed [Apache 2][license].
Copyright 2015-2016 [Underscore Consulting LLP][underscore]. Licensed [Apache 2][license].

# Installation

Grab the code by adding the following to your `build.sbt`:

~~~
scalaVersion := "2.11.7"
scalaVersion := "2.11.8"
resolvers += "Underscore Bintray" at "https://dl.bintray.com/underscoreio/libraries"
libraryDependencies ++= Seq(
"com.typesafe.slick" %% "slick" % "3.0.0",
"com.chuusai" %% "shapeless" % "2.2.5",
"io.underscore" %% "slickless" % "0.1.1"
"com.typesafe.slick" %% "slick" % "3.1.1",
"com.chuusai" %% "shapeless" % "2.3.0",
"io.underscore" %% "slickless" % "0.2.0"
)
~~~

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "slickless"

organization := "io.underscore"

version := "0.1.1"
version := "0.2.0"

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

Expand Down

0 comments on commit 481c0aa

Please sign in to comment.