Skip to content

Commit

Permalink
Update jawn-parser to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrohdezma-steward[bot] committed Jul 15, 2024
1 parent aba3df4 commit 658a53e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ lazy val website = project
lazy val `sbt-github` = module
.enablePlugins(SbtPlugin)
.settings(scriptedLaunchOpts += s"-Dplugin.version=${version.value}")
.settings(libraryDependencies += "org.typelevel" %% "jawn-parser" % "1.5.1")
.settings(libraryDependencies += "org.typelevel" %% "jawn-parser" % "1.6.0")
.settings(libraryDependencies += "org.scalameta" %% "munit" % "1.0.0" % Test)
.settings(libraryDependencies += "org.http4s" %% "http4s-dsl" % "0.23.27" % Test)
.settings(libraryDependencies += "org.http4s" %% "http4s-blaze-server" % "0.23.16" % Test)
Expand Down
2 changes: 1 addition & 1 deletion project/dependencies.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Compile / unmanagedSourceDirectories ++= Seq(
(ThisBuild / baseDirectory).value.getParentFile / "modules" / "sbt-github" / "src" / "main" / "scala"
)

libraryDependencies += "org.typelevel" %% "jawn-parser" % "1.5.1"
libraryDependencies += "org.typelevel" %% "jawn-parser" % "1.6.0"

0 comments on commit 658a53e

Please sign in to comment.