We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f91d86 commit 0c8933bCopy full SHA for 0c8933b
build.sbt
@@ -40,7 +40,7 @@ lazy val recryptSettings = Seq(
40
"org.typelevel" %% "discipline-scalatest" % "2.3.0" %"test",
41
) ++ Seq( // Core dependencies.
42
"org.typelevel" %% "spire" % "0.17.0",
43
- "org.scodec" %% "scodec-bits" % "1.2.2",
+ "org.scodec" %% "scodec-bits" % "1.2.3",
44
"org.typelevel" %% "cats-effect" % "3.6.2",
45
),
46
//Release configuration
0 commit comments