Skip to content

Commit

Permalink
Merge pull request #829 from scalacenter/update/tasty-query-1.5.0
Browse files Browse the repository at this point in the history
Update tasty-query to 1.5.0
  • Loading branch information
adpi2 authored Jan 15, 2025
2 parents c511211 + 2cc5371 commit b7279fd
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.4.0",
"ch.epfl.scala" %% "tasty-query" % "1.5.0",
"ch.epfl.scala" %% "scala3-binary-decoder" % "0.3.0",
Dependencies.asm,
Dependencies.asmUtil,
Expand Down

0 comments on commit b7279fd

Please sign in to comment.