Skip to content

Commit dd9302b

Browse files
authored
Merge pull request #39 from typelevel/update/shapeless-2.3.11
Update shapeless to 2.3.11
2 parents 90ffebe + 737f655 commit dd9302b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
3939
"org.typelevel" %%% "cats-core" % "2.10.0",
4040
"org.typelevel" %%% "munit-cats-effect" % "2.0.0" % Test,
4141
"org.typelevel" %%% "scalacheck-effect-munit" % "2.0.0-M2" % Test
42-
) ++ (if (scalaVersion.value.startsWith("2.")) Seq("com.chuusai" %%% "shapeless" % "2.3.10")
42+
) ++ (if (scalaVersion.value.startsWith("2.")) Seq("com.chuusai" %%% "shapeless" % "2.3.11")
4343
else Nil),
4444
scalacOptions := scalacOptions.value.filterNot(_.startsWith("-source:"))
4545
)

0 commit comments

Comments
 (0)