We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 179bc4d commit 394cd46Copy full SHA for 394cd46
build.sbt
@@ -7,7 +7,7 @@ enablePlugins(GitVersioning)
7
scalaVersion := "2.11.7"
8
9
libraryDependencies ++= Seq(
10
- "com.chuusai" %% "shapeless" % "2.2.5",
+ "com.chuusai" %% "shapeless" % "2.3.0",
11
"org.scalatest" %% "scalatest" % "2.2.6" % Test,
12
"org.scalacheck" %% "scalacheck" % "1.12.5" % Test,
13
"com.typesafe.play" %% "play-json" % "2.4.6"
0 commit comments