Skip to content

Commit

Permalink
Merge pull request #650 from scala-steward/update/jawn-ast-1.5.1
Browse files Browse the repository at this point in the history
Update jawn-ast to 1.5.1
  • Loading branch information
tminglei authored Aug 4, 2023
2 parents bd8b4ae + 506f4a8 commit fecdb4e
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 @@ -199,6 +199,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.0")
Seq("org.typelevel" %% "jawn-ast" % "1.5.1")
)
.dependsOn (slickPgCore % "test->test;compile->compile")

0 comments on commit fecdb4e

Please sign in to comment.