Skip to content

Commit

Permalink
bump: shapeless 2.3.12 (was 2.3.10) (#3206)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 30, 2024
1 parent e85a8fd commit b6ed9ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ object Dependencies {
Seq("geode-core", "geode-cq")
.map("org.apache.geode" % _ % GeodeVersion) ++
Seq(
"com.chuusai" %% "shapeless" % "2.3.10",
"com.chuusai" %% "shapeless" % "2.3.12",
"org.apache.logging.log4j" % "log4j-to-slf4j" % "2.17.2" % Test
) ++ JacksonDatabindDependencies
)
Expand Down

0 comments on commit b6ed9ff

Please sign in to comment.