Skip to content

Commit

Permalink
Update jawn-parser to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrohdezma-steward[bot] committed Jun 15, 2023
1 parent 1d07e55 commit 4f2ad79
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 @@ -23,7 +23,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.4.0")
.settings(libraryDependencies += "org.typelevel" %% "jawn-parser" % "1.5.0")
.settings(libraryDependencies += "org.scalameta" %% "munit" % "0.7.29" % Test)
.settings(libraryDependencies += "org.http4s" %% "http4s-dsl" % "0.23.20" % Test)
.settings(libraryDependencies += "org.http4s" %% "http4s-blaze-server" % "0.23.15" % 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.4.0"
libraryDependencies += "org.typelevel" %% "jawn-parser" % "1.5.0"

0 comments on commit 4f2ad79

Please sign in to comment.