Skip to content

Commit

Permalink
Merge pull request #602 from scala-steward/update/portable-scala-refl…
Browse files Browse the repository at this point in the history
…ect-1.1.3

Update portable-scala-reflect to 1.1.3
  • Loading branch information
satabin authored Jun 10, 2024
2 parents 08fa967 + 9f7ad63 commit d36de32
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 @@ -58,7 +58,7 @@ val commonSettings = List(
"com.disneystreaming" %%% "weaver-cats" % weaverVersion % "test",
"com.disneystreaming" %%% "weaver-scalacheck" % weaverVersion % Test,
"com.eed3si9n.expecty" %%% "expecty" % "0.16.0" % "test",
"org.portable-scala" %%% "portable-scala-reflect" % "1.1.2" cross CrossVersion.for3Use2_13
"org.portable-scala" %%% "portable-scala-reflect" % "1.1.3" cross CrossVersion.for3Use2_13
) ++ PartialFunction
.condOpt(CrossVersion.partialVersion(scalaVersion.value)) { case Some((2, _)) =>
List(
Expand Down

0 comments on commit d36de32

Please sign in to comment.