Skip to content

Commit 394cd46

Browse files
committed
update to Shapeless 2.3.0
1 parent 179bc4d commit 394cd46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ enablePlugins(GitVersioning)
77
scalaVersion := "2.11.7"
88

99
libraryDependencies ++= Seq(
10-
"com.chuusai" %% "shapeless" % "2.2.5",
10+
"com.chuusai" %% "shapeless" % "2.3.0",
1111
"org.scalatest" %% "scalatest" % "2.2.6" % Test,
1212
"org.scalacheck" %% "scalacheck" % "1.12.5" % Test,
1313
"com.typesafe.play" %% "play-json" % "2.4.6"

0 commit comments

Comments
 (0)