Skip to content

Commit

Permalink
Update to shapeless 2.3.3-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
fthomas committed Jun 29, 2017
1 parent 9d24114 commit d9d3735
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ val gitDevUrl = s"git@github.com:$gitHubOwner/$projectName.git"
val catsVersion = "0.9.0"
val macroCompatVersion = "1.1.1"
val macroParadiseVersion = "2.1.0"
val shapelessVersion = "2.3.2"
val shapelessVersion = "2.3.3-SNAPSHOT"
val scalaCheckVersion = "1.13.4"
val scalaXmlVersion = "1.0.6"
val scalazVersion = "7.2.13"
Expand Down Expand Up @@ -203,7 +203,8 @@ lazy val commonSettings = Def.settings(
import $rootPkg.types.all._
import shapeless.{ ::, HList, HNil }
import shapeless.nat._
"""
""",
resolvers += Resolver.sonatypeRepo("snapshots")
)

def moduleConfig(name: String): Project => Project =
Expand Down

0 comments on commit d9d3735

Please sign in to comment.