From 8af88c07df602d3d057d9ff2251d427d01451d2b Mon Sep 17 00:00:00 2001 From: "alejandrohdezma-steward[bot]" <80571129+alejandrohdezma-steward[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 05:12:28 +0000 Subject: [PATCH 1/7] Update jawn-parser to 1.5.0 --- build.sbt | 2 +- project/dependencies.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 5da80a58..c5a42696 100644 --- a/build.sbt +++ b/build.sbt @@ -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.19" % Test) .settings(libraryDependencies += "org.http4s" %% "http4s-blaze-server" % "0.23.15" % Test) diff --git a/project/dependencies.sbt b/project/dependencies.sbt index 837fc593..98a4db88 100644 --- a/project/dependencies.sbt +++ b/project/dependencies.sbt @@ -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" From 2376f306bb24bc78503e41b9679ad6deab72dd28 Mon Sep 17 00:00:00 2001 From: "alejandrohdezma-steward[bot]" <80571129+alejandrohdezma-steward[bot]@users.noreply.github.com> Date: Thu, 15 Jun 2023 05:11:53 +0000 Subject: [PATCH 2/7] Revert commit(s) 8af88c0 --- build.sbt | 2 +- project/dependencies.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index c5a42696..5da80a58 100644 --- a/build.sbt +++ b/build.sbt @@ -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.5.0") + .settings(libraryDependencies += "org.typelevel" %% "jawn-parser" % "1.4.0") .settings(libraryDependencies += "org.scalameta" %% "munit" % "0.7.29" % Test) .settings(libraryDependencies += "org.http4s" %% "http4s-dsl" % "0.23.19" % Test) .settings(libraryDependencies += "org.http4s" %% "http4s-blaze-server" % "0.23.15" % Test) diff --git a/project/dependencies.sbt b/project/dependencies.sbt index 98a4db88..837fc593 100644 --- a/project/dependencies.sbt +++ b/project/dependencies.sbt @@ -5,4 +5,4 @@ Compile / unmanagedSourceDirectories ++= Seq( (ThisBuild / baseDirectory).value.getParentFile / "modules" / "sbt-github" / "src" / "main" / "scala" ) -libraryDependencies += "org.typelevel" %% "jawn-parser" % "1.5.0" +libraryDependencies += "org.typelevel" %% "jawn-parser" % "1.4.0" From 7065f1662134046dd120e5891a833eccf421b9de Mon Sep 17 00:00:00 2001 From: "alejandrohdezma-steward[bot]" <80571129+alejandrohdezma-steward[bot]@users.noreply.github.com> Date: Thu, 15 Jun 2023 05:12:05 +0000 Subject: [PATCH 3/7] Update sbt-scalafix to 0.11.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index df8ca99f..904376ca 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.4") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.0") addSbtPlugin("com.alejandrohdezma" % "sbt-fix" % "0.7.0") addSbtPlugin("com.alejandrohdezma" % "sbt-ci" % "2.13.1") addSbtPlugin("com.alejandrohdezma" % "sbt-scalafmt-defaults" % "0.8.0") From 1fce3316c385472abcb27d8c8af9c911a1067177 Mon Sep 17 00:00:00 2001 From: "alejandrohdezma-steward[bot]" <80571129+alejandrohdezma-steward[bot]@users.noreply.github.com> Date: Thu, 15 Jun 2023 05:12:15 +0000 Subject: [PATCH 4/7] Update sbt-header to 5.10.0 --- .../project/plugins.sbt | 2 +- .../sbt-github-header/fail-if-no-license/project/plugins.sbt | 2 +- .../sbt-github-header/fail-if-no-year-range/project/plugins.sbt | 2 +- .../fail-if-unable-to-infer-license/project/plugins.sbt | 2 +- .../project/plugins.sbt | 2 +- .../project/plugins.sbt | 2 +- project/plugins.sbt | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/modules/sbt-github-header/src/sbt-test/sbt-github-header/create-apache-headers-with-downloaded-info/project/plugins.sbt b/modules/sbt-github-header/src/sbt-test/sbt-github-header/create-apache-headers-with-downloaded-info/project/plugins.sbt index 5e2c1357..a5622cf0 100644 --- a/modules/sbt-github-header/src/sbt-test/sbt-github-header/create-apache-headers-with-downloaded-info/project/plugins.sbt +++ b/modules/sbt-github-header/src/sbt-test/sbt-github-header/create-apache-headers-with-downloaded-info/project/plugins.sbt @@ -1,2 +1,2 @@ -addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.9.0") +addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % sys.props("plugin.version")) diff --git a/modules/sbt-github-header/src/sbt-test/sbt-github-header/fail-if-no-license/project/plugins.sbt b/modules/sbt-github-header/src/sbt-test/sbt-github-header/fail-if-no-license/project/plugins.sbt index 5e2c1357..a5622cf0 100644 --- a/modules/sbt-github-header/src/sbt-test/sbt-github-header/fail-if-no-license/project/plugins.sbt +++ b/modules/sbt-github-header/src/sbt-test/sbt-github-header/fail-if-no-license/project/plugins.sbt @@ -1,2 +1,2 @@ -addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.9.0") +addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % sys.props("plugin.version")) diff --git a/modules/sbt-github-header/src/sbt-test/sbt-github-header/fail-if-no-year-range/project/plugins.sbt b/modules/sbt-github-header/src/sbt-test/sbt-github-header/fail-if-no-year-range/project/plugins.sbt index 5e2c1357..a5622cf0 100644 --- a/modules/sbt-github-header/src/sbt-test/sbt-github-header/fail-if-no-year-range/project/plugins.sbt +++ b/modules/sbt-github-header/src/sbt-test/sbt-github-header/fail-if-no-year-range/project/plugins.sbt @@ -1,2 +1,2 @@ -addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.9.0") +addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % sys.props("plugin.version")) diff --git a/modules/sbt-github-header/src/sbt-test/sbt-github-header/fail-if-unable-to-infer-license/project/plugins.sbt b/modules/sbt-github-header/src/sbt-test/sbt-github-header/fail-if-unable-to-infer-license/project/plugins.sbt index 5e2c1357..a5622cf0 100644 --- a/modules/sbt-github-header/src/sbt-test/sbt-github-header/fail-if-unable-to-infer-license/project/plugins.sbt +++ b/modules/sbt-github-header/src/sbt-test/sbt-github-header/fail-if-unable-to-infer-license/project/plugins.sbt @@ -1,2 +1,2 @@ -addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.9.0") +addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % sys.props("plugin.version")) diff --git a/modules/sbt-github-header/src/sbt-test/sbt-github-header/use-organization-name-and-homepage-as-copyright-owner/project/plugins.sbt b/modules/sbt-github-header/src/sbt-test/sbt-github-header/use-organization-name-and-homepage-as-copyright-owner/project/plugins.sbt index 5e2c1357..a5622cf0 100644 --- a/modules/sbt-github-header/src/sbt-test/sbt-github-header/use-organization-name-and-homepage-as-copyright-owner/project/plugins.sbt +++ b/modules/sbt-github-header/src/sbt-test/sbt-github-header/use-organization-name-and-homepage-as-copyright-owner/project/plugins.sbt @@ -1,2 +1,2 @@ -addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.9.0") +addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % sys.props("plugin.version")) diff --git a/modules/sbt-github-header/src/sbt-test/sbt-github-header/use-organization-name-as-copyright-owner/project/plugins.sbt b/modules/sbt-github-header/src/sbt-test/sbt-github-header/use-organization-name-as-copyright-owner/project/plugins.sbt index 5e2c1357..a5622cf0 100644 --- a/modules/sbt-github-header/src/sbt-test/sbt-github-header/use-organization-name-as-copyright-owner/project/plugins.sbt +++ b/modules/sbt-github-header/src/sbt-test/sbt-github-header/use-organization-name-as-copyright-owner/project/plugins.sbt @@ -1,2 +1,2 @@ -addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.9.0") +addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % sys.props("plugin.version")) diff --git a/project/plugins.sbt b/project/plugins.sbt index 904376ca..ef445a95 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ addSbtPlugin("com.alejandrohdezma" % "sbt-ci" % "2.13.1") addSbtPlugin("com.alejandrohdezma" % "sbt-scalafmt-defaults" % "0.8.0") addSbtPlugin("com.alejandrohdezma" % "sbt-scalafix-defaults" % "0.10.0") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") -addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.9.0") +addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.2") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.7") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") From c248d20ae087132fe9e7794f368dd15d322128c0 Mon Sep 17 00:00:00 2001 From: "alejandrohdezma-steward[bot]" <80571129+alejandrohdezma-steward[bot]@users.noreply.github.com> Date: Thu, 15 Jun 2023 05:12:48 +0000 Subject: [PATCH 5/7] Update http4s-dsl to 0.23.20 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5da80a58..5a90e905 100644 --- a/build.sbt +++ b/build.sbt @@ -25,7 +25,7 @@ lazy val `sbt-github` = module .settings(scriptedLaunchOpts += s"-Dplugin.version=${version.value}") .settings(libraryDependencies += "org.typelevel" %% "jawn-parser" % "1.4.0") .settings(libraryDependencies += "org.scalameta" %% "munit" % "0.7.29" % Test) - .settings(libraryDependencies += "org.http4s" %% "http4s-dsl" % "0.23.19" % Test) + .settings(libraryDependencies += "org.http4s" %% "http4s-dsl" % "0.23.20" % Test) .settings(libraryDependencies += "org.http4s" %% "http4s-blaze-server" % "0.23.15" % Test) lazy val `sbt-github-mdoc` = module From 1d07e55671b4b24d9761aadcfeb7bb25aac875ff Mon Sep 17 00:00:00 2001 From: "alejandrohdezma-steward[bot]" <80571129+alejandrohdezma-steward[bot]@users.noreply.github.com> Date: Thu, 15 Jun 2023 05:12:58 +0000 Subject: [PATCH 6/7] Update sbt to 1.9.0 --- .../project/build.properties | 2 +- .../fail-if-no-license/project/build.properties | 2 +- .../fail-if-no-year-range/project/build.properties | 2 +- .../fail-if-unable-to-infer-license/project/build.properties | 2 +- .../project/build.properties | 2 +- .../project/build.properties | 2 +- .../name-taken-from-display-name/project/build.properties | 2 +- .../remove-version-timestamp/project/build.properties | 2 +- .../sbt-test/sbt-github-mdoc/simple/project/build.properties | 2 +- .../sbt-test/sbt-github/enable-github/project/build.properties | 2 +- .../sbt-github/excluded-contributors/project/build.properties | 2 +- .../sbt-github/extra-collaborators/project/build.properties | 2 +- .../sbt-test/sbt-github/not-use-owner/project/build.properties | 2 +- .../sbt-github/override-organization/project/build.properties | 2 +- .../src/sbt-test/sbt-github/simple/project/build.properties | 2 +- project/build.properties | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/modules/sbt-github-header/src/sbt-test/sbt-github-header/create-apache-headers-with-downloaded-info/project/build.properties b/modules/sbt-github-header/src/sbt-test/sbt-github-header/create-apache-headers-with-downloaded-info/project/build.properties index 72413de1..40b3b8e7 100644 --- a/modules/sbt-github-header/src/sbt-test/sbt-github-header/create-apache-headers-with-downloaded-info/project/build.properties +++ b/modules/sbt-github-header/src/sbt-test/sbt-github-header/create-apache-headers-with-downloaded-info/project/build.properties @@ -1 +1 @@ -sbt.version=1.8.3 +sbt.version=1.9.0 diff --git a/modules/sbt-github-header/src/sbt-test/sbt-github-header/fail-if-no-license/project/build.properties b/modules/sbt-github-header/src/sbt-test/sbt-github-header/fail-if-no-license/project/build.properties index 72413de1..40b3b8e7 100644 --- a/modules/sbt-github-header/src/sbt-test/sbt-github-header/fail-if-no-license/project/build.properties +++ b/modules/sbt-github-header/src/sbt-test/sbt-github-header/fail-if-no-license/project/build.properties @@ -1 +1 @@ -sbt.version=1.8.3 +sbt.version=1.9.0 diff --git a/modules/sbt-github-header/src/sbt-test/sbt-github-header/fail-if-no-year-range/project/build.properties b/modules/sbt-github-header/src/sbt-test/sbt-github-header/fail-if-no-year-range/project/build.properties index 72413de1..40b3b8e7 100644 --- a/modules/sbt-github-header/src/sbt-test/sbt-github-header/fail-if-no-year-range/project/build.properties +++ b/modules/sbt-github-header/src/sbt-test/sbt-github-header/fail-if-no-year-range/project/build.properties @@ -1 +1 @@ -sbt.version=1.8.3 +sbt.version=1.9.0 diff --git a/modules/sbt-github-header/src/sbt-test/sbt-github-header/fail-if-unable-to-infer-license/project/build.properties b/modules/sbt-github-header/src/sbt-test/sbt-github-header/fail-if-unable-to-infer-license/project/build.properties index 72413de1..40b3b8e7 100644 --- a/modules/sbt-github-header/src/sbt-test/sbt-github-header/fail-if-unable-to-infer-license/project/build.properties +++ b/modules/sbt-github-header/src/sbt-test/sbt-github-header/fail-if-unable-to-infer-license/project/build.properties @@ -1 +1 @@ -sbt.version=1.8.3 +sbt.version=1.9.0 diff --git a/modules/sbt-github-header/src/sbt-test/sbt-github-header/use-organization-name-and-homepage-as-copyright-owner/project/build.properties b/modules/sbt-github-header/src/sbt-test/sbt-github-header/use-organization-name-and-homepage-as-copyright-owner/project/build.properties index 72413de1..40b3b8e7 100644 --- a/modules/sbt-github-header/src/sbt-test/sbt-github-header/use-organization-name-and-homepage-as-copyright-owner/project/build.properties +++ b/modules/sbt-github-header/src/sbt-test/sbt-github-header/use-organization-name-and-homepage-as-copyright-owner/project/build.properties @@ -1 +1 @@ -sbt.version=1.8.3 +sbt.version=1.9.0 diff --git a/modules/sbt-github-header/src/sbt-test/sbt-github-header/use-organization-name-as-copyright-owner/project/build.properties b/modules/sbt-github-header/src/sbt-test/sbt-github-header/use-organization-name-as-copyright-owner/project/build.properties index 72413de1..40b3b8e7 100644 --- a/modules/sbt-github-header/src/sbt-test/sbt-github-header/use-organization-name-as-copyright-owner/project/build.properties +++ b/modules/sbt-github-header/src/sbt-test/sbt-github-header/use-organization-name-as-copyright-owner/project/build.properties @@ -1 +1 @@ -sbt.version=1.8.3 +sbt.version=1.9.0 diff --git a/modules/sbt-github-mdoc/src/sbt-test/sbt-github-mdoc/name-taken-from-display-name/project/build.properties b/modules/sbt-github-mdoc/src/sbt-test/sbt-github-mdoc/name-taken-from-display-name/project/build.properties index 72413de1..40b3b8e7 100644 --- a/modules/sbt-github-mdoc/src/sbt-test/sbt-github-mdoc/name-taken-from-display-name/project/build.properties +++ b/modules/sbt-github-mdoc/src/sbt-test/sbt-github-mdoc/name-taken-from-display-name/project/build.properties @@ -1 +1 @@ -sbt.version=1.8.3 +sbt.version=1.9.0 diff --git a/modules/sbt-github-mdoc/src/sbt-test/sbt-github-mdoc/remove-version-timestamp/project/build.properties b/modules/sbt-github-mdoc/src/sbt-test/sbt-github-mdoc/remove-version-timestamp/project/build.properties index 72413de1..40b3b8e7 100644 --- a/modules/sbt-github-mdoc/src/sbt-test/sbt-github-mdoc/remove-version-timestamp/project/build.properties +++ b/modules/sbt-github-mdoc/src/sbt-test/sbt-github-mdoc/remove-version-timestamp/project/build.properties @@ -1 +1 @@ -sbt.version=1.8.3 +sbt.version=1.9.0 diff --git a/modules/sbt-github-mdoc/src/sbt-test/sbt-github-mdoc/simple/project/build.properties b/modules/sbt-github-mdoc/src/sbt-test/sbt-github-mdoc/simple/project/build.properties index 72413de1..40b3b8e7 100644 --- a/modules/sbt-github-mdoc/src/sbt-test/sbt-github-mdoc/simple/project/build.properties +++ b/modules/sbt-github-mdoc/src/sbt-test/sbt-github-mdoc/simple/project/build.properties @@ -1 +1 @@ -sbt.version=1.8.3 +sbt.version=1.9.0 diff --git a/modules/sbt-github/src/sbt-test/sbt-github/enable-github/project/build.properties b/modules/sbt-github/src/sbt-test/sbt-github/enable-github/project/build.properties index 72413de1..40b3b8e7 100644 --- a/modules/sbt-github/src/sbt-test/sbt-github/enable-github/project/build.properties +++ b/modules/sbt-github/src/sbt-test/sbt-github/enable-github/project/build.properties @@ -1 +1 @@ -sbt.version=1.8.3 +sbt.version=1.9.0 diff --git a/modules/sbt-github/src/sbt-test/sbt-github/excluded-contributors/project/build.properties b/modules/sbt-github/src/sbt-test/sbt-github/excluded-contributors/project/build.properties index 72413de1..40b3b8e7 100644 --- a/modules/sbt-github/src/sbt-test/sbt-github/excluded-contributors/project/build.properties +++ b/modules/sbt-github/src/sbt-test/sbt-github/excluded-contributors/project/build.properties @@ -1 +1 @@ -sbt.version=1.8.3 +sbt.version=1.9.0 diff --git a/modules/sbt-github/src/sbt-test/sbt-github/extra-collaborators/project/build.properties b/modules/sbt-github/src/sbt-test/sbt-github/extra-collaborators/project/build.properties index 72413de1..40b3b8e7 100644 --- a/modules/sbt-github/src/sbt-test/sbt-github/extra-collaborators/project/build.properties +++ b/modules/sbt-github/src/sbt-test/sbt-github/extra-collaborators/project/build.properties @@ -1 +1 @@ -sbt.version=1.8.3 +sbt.version=1.9.0 diff --git a/modules/sbt-github/src/sbt-test/sbt-github/not-use-owner/project/build.properties b/modules/sbt-github/src/sbt-test/sbt-github/not-use-owner/project/build.properties index 72413de1..40b3b8e7 100644 --- a/modules/sbt-github/src/sbt-test/sbt-github/not-use-owner/project/build.properties +++ b/modules/sbt-github/src/sbt-test/sbt-github/not-use-owner/project/build.properties @@ -1 +1 @@ -sbt.version=1.8.3 +sbt.version=1.9.0 diff --git a/modules/sbt-github/src/sbt-test/sbt-github/override-organization/project/build.properties b/modules/sbt-github/src/sbt-test/sbt-github/override-organization/project/build.properties index 72413de1..40b3b8e7 100644 --- a/modules/sbt-github/src/sbt-test/sbt-github/override-organization/project/build.properties +++ b/modules/sbt-github/src/sbt-test/sbt-github/override-organization/project/build.properties @@ -1 +1 @@ -sbt.version=1.8.3 +sbt.version=1.9.0 diff --git a/modules/sbt-github/src/sbt-test/sbt-github/simple/project/build.properties b/modules/sbt-github/src/sbt-test/sbt-github/simple/project/build.properties index 72413de1..40b3b8e7 100644 --- a/modules/sbt-github/src/sbt-test/sbt-github/simple/project/build.properties +++ b/modules/sbt-github/src/sbt-test/sbt-github/simple/project/build.properties @@ -1 +1 @@ -sbt.version=1.8.3 +sbt.version=1.9.0 diff --git a/project/build.properties b/project/build.properties index 72413de1..40b3b8e7 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.8.3 +sbt.version=1.9.0 From 4f2ad79fe1f4c64a1ac0a772885b168767096b5a Mon Sep 17 00:00:00 2001 From: "alejandrohdezma-steward[bot]" <80571129+alejandrohdezma-steward[bot]@users.noreply.github.com> Date: Thu, 15 Jun 2023 05:13:08 +0000 Subject: [PATCH 7/7] Update jawn-parser to 1.5.0 --- build.sbt | 2 +- project/dependencies.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 5a90e905..bd87c24c 100644 --- a/build.sbt +++ b/build.sbt @@ -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) diff --git a/project/dependencies.sbt b/project/dependencies.sbt index 837fc593..98a4db88 100644 --- a/project/dependencies.sbt +++ b/project/dependencies.sbt @@ -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"