Skip to content

Commit

Permalink
Merge pull request #8 from underscoreio/feature/shapeless-2.3.1
Browse files Browse the repository at this point in the history
Update to shapeless 2.3.1
  • Loading branch information
d6y committed May 17, 2016
2 parents 481c0aa + 4999dee commit a69b4e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ resolvers += "Underscore Bintray" at "https://dl.bintray.com/underscoreio/librar
libraryDependencies ++= Seq(
"com.typesafe.slick" %% "slick" % "3.1.1",
"com.chuusai" %% "shapeless" % "2.3.0",
"io.underscore" %% "slickless" % "0.2.0"
"com.chuusai" %% "shapeless" % "2.3.1",
"io.underscore" %% "slickless" % "0.2.1"
)
~~~

Expand Down
4 changes: 2 additions & 2 deletions 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.2.0"
version := "0.2.1"

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

Expand All @@ -26,7 +26,7 @@ scalacOptions ++= Seq(

libraryDependencies ++= Seq(
"com.typesafe.slick" %% "slick" % "3.1.1",
"com.chuusai" %% "shapeless" % "2.3.0",
"com.chuusai" %% "shapeless" % "2.3.1",
"org.scalatest" %% "scalatest" % "2.2.5" % "test",
"com.h2database" % "h2" % "1.4.191" % "test",
"ch.qos.logback" % "logback-classic" % "1.1.7" % "test"
Expand Down

0 comments on commit a69b4e9

Please sign in to comment.