Skip to content

Commit

Permalink
shapeless 2.3.7 (was 2.3.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 19, 2021
1 parent 4ebeafa commit 259a466
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 259a466

Please sign in to comment.