Skip to content

Commit 481c0aa

Browse files
committed
Merge pull request #7 from underscoreio/version-update-release
Prep for 0.2.0 release
2 parents d7e07ce + d2cf869 commit 481c0aa

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@ Shapeless HList support for Slick.
66

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

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

1111
# Installation
1212

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

1515
~~~
16-
scalaVersion := "2.11.7"
16+
scalaVersion := "2.11.8"
1717
1818
resolvers += "Underscore Bintray" at "https://dl.bintray.com/underscoreio/libraries"
1919
2020
libraryDependencies ++= Seq(
21-
"com.typesafe.slick" %% "slick" % "3.0.0",
22-
"com.chuusai" %% "shapeless" % "2.2.5",
23-
"io.underscore" %% "slickless" % "0.1.1"
21+
"com.typesafe.slick" %% "slick" % "3.1.1",
22+
"com.chuusai" %% "shapeless" % "2.3.0",
23+
"io.underscore" %% "slickless" % "0.2.0"
2424
)
2525
~~~
2626

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name := "slickless"
22

33
organization := "io.underscore"
44

5-
version := "0.1.1"
5+
version := "0.2.0"
66

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

0 commit comments

Comments
 (0)