Skip to content

Commit

Permalink
Update tasty-query to 0.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-center-steward[bot] committed May 12, 2023
1 parent 6db4c9e commit 86d2a54
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 86d2a54

Please sign in to comment.