File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,21 +6,21 @@ Shapeless HList support for Slick.
66
77by [ 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
1313Grab the code by adding the following to your ` build.sbt ` :
1414
1515~~~
16- scalaVersion := "2.11.7 "
16+ scalaVersion := "2.11.8 "
1717
1818resolvers += "Underscore Bintray" at "https://dl.bintray.com/underscoreio/libraries"
1919
2020libraryDependencies ++= 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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name := "slickless"
22
33organization := " io.underscore"
44
5- version := " 0.1.1 "
5+ version := " 0.2.0 "
66
77licenses += (" Apache-2.0" , url(" http://apache.org/licenses/LICENSE-2.0" ))
88
You can’t perform that action at this time.
0 commit comments