From 8c279ac1f5cd7e301a88f73d94b2c51e59685ad2 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 00:16:43 +0000 Subject: [PATCH] Update tasty-query to 1.2.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 65482fbc7..429d17b61 100644 --- a/build.sbt +++ b/build.sbt @@ -203,7 +203,7 @@ lazy val unpickler3: Project = project scalaVersion := Dependencies.scala33, Compile / doc / sources := Seq.empty, libraryDependencies ++= Seq( - "ch.epfl.scala" %% "tasty-query" % "1.2.0", + "ch.epfl.scala" %% "tasty-query" % "1.2.1", Dependencies.asm, Dependencies.asmUtil, Dependencies.munit % Test