Skip to content

Commit e5e3710

Browse files
scala-steward-botxuwei-k
authored andcommitted
Update shapeless3-deriving to 3.4.1
1 parent 6dea76c commit e5e3710

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.4.0"
23+
"org.typelevel" %%% "shapeless3-deriving" % "3.4.1"
2424
)
2525
} else {
2626
Seq(

0 commit comments

Comments
 (0)