Skip to content

Commit 45bd4cb

Browse files
committed
Update to scodec-core 2.2.1
1 parent dc24b81 commit 45bd4cb

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
@@ -333,7 +333,7 @@ lazy val scodec = crossProject(JVMPlatform, JSPlatform, NativePlatform)
333333
scalaVersion.value.startsWith("2.")
334334
)
335335
"1.11.10"
336-
else "2.2.0"),
336+
else "2.2.1"),
337337
tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "3.2.0").toMap,
338338
tlJdkRelease := Some(8)
339339
)

0 commit comments

Comments
 (0)