Skip to content

Commit 6dea76c

Browse files
scala-steward-botxuwei-k
authored andcommitted
Update shapeless3-deriving to 3.4.0
1 parent 94b6547 commit 6dea76c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform, NativePlatform)
2020
if (scalaBinaryVersion.value == "3") {
2121
Seq(
2222
"com.github.scalaprops" %%% "scalaprops-gen" % scalapropsVersion.value,
23-
"org.typelevel" %%% "shapeless3-deriving" % "3.3.0"
23+
"org.typelevel" %%% "shapeless3-deriving" % "3.4.0"
2424
)
2525
} else {
2626
Seq(

0 commit comments

Comments
 (0)