Skip to content

Commit

Permalink
update shapeless to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrf committed Feb 29, 2016
1 parent de03da8 commit 740c359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -4,7 +4,7 @@ organization := "org.julienrf"

libraryDependencies ++= Seq(
"com.typesafe.play" %% "play-functional" % "2.4.6",
"com.chuusai" %% "shapeless" % "2.2.5",
"com.chuusai" %% "shapeless" % "2.3.0",
"org.scalatest" %% "scalatest" % "2.2.4" % Test,
"com.typesafe.play" %% "play-json" % "2.4.6" % Test
)
Expand Down

0 comments on commit 740c359

Please sign in to comment.