Skip to content

Commit 8fb2397

Browse files
committed
Update scala3-binary-decoder to 0.3.0
1 parent e6f39d3 commit 8fb2397

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
@@ -212,7 +212,7 @@ lazy val decoder3: Project = project
212212
Compile / doc / sources := Seq.empty,
213213
libraryDependencies ++= Seq(
214214
"ch.epfl.scala" %% "tasty-query" % "1.4.0",
215-
"ch.epfl.scala" %% "scala3-binary-decoder" % "0.2.0",
215+
"ch.epfl.scala" %% "scala3-binary-decoder" % "0.3.0",
216216
Dependencies.asm,
217217
Dependencies.asmUtil,
218218
Dependencies.munit % Test

0 commit comments

Comments
 (0)