Skip to content

Commit

Permalink
Update scala3-binary-decoder to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adpi2 committed Jan 14, 2025
1 parent e6f39d3 commit 8fb2397
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 @@ -212,7 +212,7 @@ lazy val decoder3: Project = project
Compile / doc / sources := Seq.empty,
libraryDependencies ++= Seq(
"ch.epfl.scala" %% "tasty-query" % "1.4.0",
"ch.epfl.scala" %% "scala3-binary-decoder" % "0.2.0",
"ch.epfl.scala" %% "scala3-binary-decoder" % "0.3.0",
Dependencies.asm,
Dependencies.asmUtil,
Dependencies.munit % Test
Expand Down

0 comments on commit 8fb2397

Please sign in to comment.