Skip to content

Commit 7a2ed56

Browse files
scala-steward-botxuwei-k
authored andcommitted
Update shapeless to 2.3.11
1 parent 0cc508f commit 7a2ed56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ lazy val msgpack4zCore = CrossProject(
206206
).platformsSettings(JVMPlatform, JSPlatform)(
207207
libraryDependencies ++= {
208208
if (CrossVersion.partialVersion(scalaVersion.value).exists(_._1 == 2)) {
209-
Seq("com.chuusai" %%% "shapeless" % "2.3.10" % "test")
209+
Seq("com.chuusai" %%% "shapeless" % "2.3.11" % "test")
210210
} else {
211211
Nil
212212
}

0 commit comments

Comments
 (0)