Skip to content

Commit

Permalink
Merge pull request #771 from scalacenter/update/tasty-query-1.4.0
Browse files Browse the repository at this point in the history
Update tasty-query to 1.4.0
  • Loading branch information
adpi2 authored Oct 3, 2024
2 parents ff4b0c8 + 8935200 commit abd1288
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 @@ -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,
Expand Down

0 comments on commit abd1288

Please sign in to comment.