Skip to content

Commit

Permalink
Merge pull request #559 from scalacenter/update/tasty-query-0.9.3
Browse files Browse the repository at this point in the history
Update tasty-query to 0.9.3
  • Loading branch information
adpi2 committed Aug 8, 2023
2 parents fa78473 + f3819f3 commit a6ff516
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 @@ -209,7 +209,7 @@ lazy val unpickler3: Project = project
scalaVersion := Dependencies.scala31Plus,
Compile / doc / sources := Seq.empty,
libraryDependencies ++= Seq(
"ch.epfl.scala" %% "tasty-query" % "0.9.1",
"ch.epfl.scala" %% "tasty-query" % "0.9.3",
"org.scala-lang" %% "tasty-core" % scalaVersion.value,
Dependencies.munit % Test
),
Expand Down

0 comments on commit a6ff516

Please sign in to comment.