Skip to content

Commit

Permalink
Merge pull request #721 from scala-steward/update/jawn-ast-1.6.0
Browse files Browse the repository at this point in the history
Update jawn-ast to 1.6.0
  • Loading branch information
tminglei authored Jun 4, 2024
2 parents 81c11cb + a31809a commit c5b686d
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 @@ -207,6 +207,6 @@ lazy val slickPgJawn = (project in file("./addons/jawn"))
name := "slick-pg_jawn",
description := "Slick extensions for PostgreSQL - jawn module",
libraryDependencies := mainDependencies(scalaVersion.value) ++
Seq("org.typelevel" %% "jawn-ast" % "1.5.1")
Seq("org.typelevel" %% "jawn-ast" % "1.6.0")
)
.dependsOn (slickPgCore % "test->test;compile->compile")

0 comments on commit c5b686d

Please sign in to comment.