Skip to content

Commit

Permalink
Merge pull request #1000 from typelevel/update/series/0.6.x/scodec-co…
Browse files Browse the repository at this point in the history
…re-2.2.2

Update scodec-core to 2.2.2 in series/0.6.x
  • Loading branch information
mpilquist authored Oct 27, 2023
2 parents 81c936c + 7d03ff3 commit 7c76793
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 @@ -114,7 +114,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
"co.fs2" %%% "fs2-core" % fs2Version,
"co.fs2" %%% "fs2-io" % fs2Version,
"org.scodec" %%% "scodec-bits" % "1.1.37",
"org.scodec" %%% "scodec-core" % (if (tlIsScala3.value) "2.2.1" else "1.11.10"),
"org.scodec" %%% "scodec-core" % (if (tlIsScala3.value) "2.2.2" else "1.11.10"),
"org.scodec" %%% "scodec-cats" % "1.2.0",
"org.tpolecat" %%% "natchez-core" % natchezVersion,
"org.tpolecat" %%% "sourcepos" % "1.1.0",
Expand Down

0 comments on commit 7c76793

Please sign in to comment.