Skip to content

Commit

Permalink
Switch to shapeless 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Jun 8, 2015
1 parent cddf1a8 commit 9c5733e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ scalacOptions ++= Seq("-feature", "-deprecation")
resolvers += Resolver.sonatypeRepo("releases")

libraryDependencies ++= Seq(
"com.chuusai" %% "shapeless" % "2.2.0-RC4",
"com.chuusai" %% "shapeless" % "2.2.1",
"org.scalatest" %% "scalatest" % "2.2.0" % "test"
)

Expand Down

0 comments on commit 9c5733e

Please sign in to comment.