Skip to content

Commit

Permalink
Update shapeless3-deriving to 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 4, 2024
1 parent bac47f5 commit 4f9839d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json-schema/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ lazy val `json-schema-generic` =
val commonDependencies = Seq(scalaTestDependency)
val shapelessDependency =
if (scalaVersion.value.startsWith("2.")) "com.chuusai" %%% "shapeless" % "2.3.10"
else "org.typelevel" %%% "shapeless3-deriving" % "3.0.4"
else "org.typelevel" %%% "shapeless3-deriving" % "3.4.1"
shapelessDependency +: commonDependencies
},
(Test / boilerplateSource) := baseDirectory.value / ".." / "src" / "test" / "boilerplate",
Expand Down

0 comments on commit 4f9839d

Please sign in to comment.