Skip to content

Commit

Permalink
Merge pull request #613 from scala-steward/update/shapeless-2.3.7
Browse files Browse the repository at this point in the history
shapeless 2.3.7 (was 2.3.4)
  • Loading branch information
SethTisue authored Jun 23, 2021
2 parents 3edfa4c + 259a466 commit 8470f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ lazy val `play-json` = crossProject(JVMPlatform, JSPlatform)
else
Seq(
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
"com.chuusai" %% "shapeless" % "2.3.4" % Test,
"com.chuusai" %% "shapeless" % "2.3.7" % Test,
)
),
libraryDependencies ++= Seq(
Expand Down

0 comments on commit 8470f57

Please sign in to comment.