Skip to content

Commit

Permalink
Merge pull request #3131 from mpilquist/topic/scodec-221
Browse files Browse the repository at this point in the history
Update to scodec-core 2.2.1
  • Loading branch information
mpilquist authored Feb 8, 2023
2 parents dc24b81 + 45bd4cb commit 834335b
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 @@ -333,7 +333,7 @@ lazy val scodec = crossProject(JVMPlatform, JSPlatform, NativePlatform)
scalaVersion.value.startsWith("2.")
)
"1.11.10"
else "2.2.0"),
else "2.2.1"),
tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "3.2.0").toMap,
tlJdkRelease := Some(8)
)
Expand Down

0 comments on commit 834335b

Please sign in to comment.