Skip to content

Commit

Permalink
Merge pull request #423 from scalacenter/update/tasty-query-0.7.8
Browse files Browse the repository at this point in the history
Update tasty-query to 0.7.8
  • Loading branch information
adpi2 committed May 12, 2023
2 parents 6db4c9e + 86d2a54 commit bbb937b
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 @@ -202,7 +202,7 @@ lazy val scala3StepFilter: Project = project
scalaVersion := Dependencies.scala31Plus,
Compile / doc / sources := Seq.empty,
libraryDependencies ++= Seq(
"ch.epfl.scala" %% "tasty-query" % "0.7.7",
"ch.epfl.scala" %% "tasty-query" % "0.7.8",
"org.scala-lang" %% "tasty-core" % scalaVersion.value,
Dependencies.munit % Test
),
Expand Down

0 comments on commit bbb937b

Please sign in to comment.