Skip to content

Commit

Permalink
Switched to shapeless 2.2, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Apr 7, 2015
1 parent 86c0ce0 commit 1c72dfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,17 @@ scalacOptions ++= Seq("-feature", "-deprecation")
resolvers += Resolver.sonatypeRepo("releases")

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

libraryDependencies ++= {
if (scalaVersion.value startsWith "2.10.")
Seq(
"com.chuusai" %% "shapeless" % "2.1.0" cross CrossVersion.full,
compilerPlugin("org.scalamacros" % "paradise" % "2.0.1" cross CrossVersion.full)
)
else
Seq(
"com.chuusai" %% "shapeless" % "2.1.0"
)
Seq()
}

Boilerplate.settings
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.1.2-SNAPSHOT"
version in ThisBuild := "0.2.0-SNAPSHOT"

0 comments on commit 1c72dfc

Please sign in to comment.