Skip to content

Commit

Permalink
Merge pull request #164 from scala-steward/update/shapeless-2.3.11
Browse files Browse the repository at this point in the history
Update shapeless to 2.3.11
  • Loading branch information
limansky authored May 17, 2024
2 parents 1bbfaa2 + 264f2dd commit 5c14826
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 @@ -11,7 +11,7 @@ lazy val beanPuree = (project in file ("."))
organization := "me.limansky",
incOptions := incOptions.value.withLogRecompileOnMacro(false),
libraryDependencies ++= Seq(
"com.chuusai" %% "shapeless" % "2.3.10",
"com.chuusai" %% "shapeless" % "2.3.11",
"org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided,
"org.scala-lang" % "scala-compiler" % scalaVersion.value % Provided,
"org.scalatest" %% "scalatest-core" % scalaTestVersion % Test,
Expand Down

0 comments on commit 5c14826

Please # to comment.