Skip to content

Commit

Permalink
Merge pull request #205 from scalameta/update/shapeless3-deriving-3.0.4
Browse files Browse the repository at this point in the history
Update shapeless3-deriving to 3.0.4
  • Loading branch information
tgodzik authored Apr 17, 2024
2 parents d3de817 + bcd6f9d commit 8bb6137
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 8bb6137

Please sign in to comment.