Skip to content

Commit

Permalink
Update shapeless to 2.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 17, 2024
1 parent c8aae90 commit adce223
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 @@ -69,7 +69,7 @@ val scalaUriSettings = Seq(
"org.typelevel" %%% "cats-core" % "2.9.0",
"org.typelevel" %%% "cats-parse" % "0.3.9"
),
libraryDependencies ++= (if (isScala3.value) Nil else Seq("com.chuusai" %%% "shapeless" % "2.3.10")),
libraryDependencies ++= (if (isScala3.value) Nil else Seq("com.chuusai" %%% "shapeless" % "2.3.11")),
pomPostProcess := { node =>
new RuleTransformer(new RewriteRule {
override def transform(node: xml.Node): Seq[xml.Node] = {
Expand Down

0 comments on commit adce223

Please sign in to comment.