From 8935200033d42828aa5c13c64f2710f0caa14f73 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 00:19:21 +0000 Subject: [PATCH] Update tasty-query to 1.4.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8f0a75f8..be0e8f60 100644 --- a/build.sbt +++ b/build.sbt @@ -211,7 +211,7 @@ lazy val decoder3: Project = project scalaVersion := Dependencies.scala34Plus, Compile / doc / sources := Seq.empty, libraryDependencies ++= Seq( - "ch.epfl.scala" %% "tasty-query" % "1.3.0", + "ch.epfl.scala" %% "tasty-query" % "1.4.0", "ch.epfl.scala" %% "scala3-binary-decoder" % "0.2.0", Dependencies.asm, Dependencies.asmUtil,