From d9d3735cb9345f547db51ecf0e1a780652648105 Mon Sep 17 00:00:00 2001 From: "Frank S. Thomas" Date: Thu, 29 Jun 2017 22:56:17 +0200 Subject: [PATCH] Update to shapeless 2.3.3-SNAPSHOT --- build.sbt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 7c7737514..fbc6f59cc 100644 --- a/build.sbt +++ b/build.sbt @@ -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" @@ -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 =