Skip to content

Commit

Permalink
Merge pull request #233 from scalameta/update/shapeless3-deriving-3.4.3
Browse files Browse the repository at this point in the history
Update shapeless3-deriving to 3.4.3
  • Loading branch information
tgodzik authored Aug 23, 2024
2 parents da8a8cc + 0aea940 commit fd5291b
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 @@ -199,7 +199,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform)
Seq(
"com.github.alexarchambault" %%% "scalacheck-shapeless_1.15" % "1.3.0"
)
else Seq("org.typelevel" %% "shapeless3-deriving" % "3.4.1")
else Seq("org.typelevel" %% "shapeless3-deriving" % "3.4.3")
},
graalVMNativeImageOptions ++= {
val reflectionFile =
Expand Down

0 comments on commit fd5291b

Please sign in to comment.