Skip to content

Commit

Permalink
Update shapeless3-deriving to 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scalameta-bot committed Apr 17, 2024
1 parent f2f1621 commit bcd6f9d
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 @@ -194,7 +194,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.0.3")
else Seq("org.typelevel" %% "shapeless3-deriving" % "3.0.4")
},
graalVMNativeImageOptions ++= {
val reflectionFile =
Expand Down

0 comments on commit bcd6f9d

Please sign in to comment.