diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6741515..f256d122 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout project - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: ref: ${{ github.head_ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} @@ -68,7 +68,7 @@ jobs: - 25 steps: - name: Checkout project - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: ref: ${{ github.head_ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} @@ -78,7 +78,7 @@ jobs: uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # v6.4.7 - name: Run Coursier Setup Action - uses: coursier/setup-action@039f736548afa5411c1382f40a5bd9c2d30e0383 # v1.3.9 + uses: coursier/setup-action@f7be3eb3dcef84a4e16fc8cd75c87beb2e5cbcc9 # v2.0.2 with: jvm: liberica:${{ matrix.jdk }} apps: sbt diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 67248507..d0258825 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout project - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: fetch-depth: 0 @@ -44,7 +44,7 @@ jobs: uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # v6.4.7 - name: Run Coursier Setup Action - uses: coursier/setup-action@039f736548afa5411c1382f40a5bd9c2d30e0383 # v1.3.9 + uses: coursier/setup-action@f7be3eb3dcef84a4e16fc8cd75c87beb2e5cbcc9 # v2.0.2 with: jvm: liberica:11 apps: sbt @@ -65,7 +65,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout project - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: fetch-depth: 0 ref: main @@ -75,7 +75,7 @@ jobs: uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # v6.4.7 - name: Run Coursier Setup Action - uses: coursier/setup-action@039f736548afa5411c1382f40a5bd9c2d30e0383 # v1.3.9 + uses: coursier/setup-action@f7be3eb3dcef84a4e16fc8cd75c87beb2e5cbcc9 # v2.0.2 with: jvm: liberica:17 apps: sbt diff --git a/build.sbt b/build.sbt index b44a57f7..bd79f8b4 100644 --- a/build.sbt +++ b/build.sbt @@ -25,8 +25,8 @@ lazy val `sbt-github` = module .enablePlugins(SbtPlugin) .settings(scriptedLaunchOpts += s"-Dplugin.version=${version.value}") .settings(libraryDependencies += "org.typelevel" %% "jawn-parser" % "1.6.0") - .settings(libraryDependencies += "org.scalameta" %% "munit" % "1.2.1" % Test) - .settings(libraryDependencies += "org.http4s" %% "http4s-dsl" % "0.23.33" % Test) + .settings(libraryDependencies += "org.scalameta" %% "munit" % "1.2.4" % Test) + .settings(libraryDependencies += "org.http4s" %% "http4s-dsl" % "0.23.34" % Test) .settings(libraryDependencies += "org.http4s" %% "http4s-blaze-server" % "0.23.17" % Test) lazy val `sbt-github-mdoc` = module 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 bcdf7738..df061f4f 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.12.1 +sbt.version=1.12.9 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 bcdf7738..df061f4f 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.12.1 +sbt.version=1.12.9 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 bcdf7738..df061f4f 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.12.1 +sbt.version=1.12.9 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 bcdf7738..df061f4f 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.12.1 +sbt.version=1.12.9 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 bcdf7738..df061f4f 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.12.1 +sbt.version=1.12.9 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 bcdf7738..df061f4f 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.12.1 +sbt.version=1.12.9 diff --git a/modules/sbt-github-mdoc/src/main/scala/com/alejandrohdezma/sbt/github/mdoc/SbtGithubMdocPlugin.scala b/modules/sbt-github-mdoc/src/main/scala/com/alejandrohdezma/sbt/github/mdoc/SbtGithubMdocPlugin.scala index 846dae59..258883a9 100644 --- a/modules/sbt-github-mdoc/src/main/scala/com/alejandrohdezma/sbt/github/mdoc/SbtGithubMdocPlugin.scala +++ b/modules/sbt-github-mdoc/src/main/scala/com/alejandrohdezma/sbt/github/mdoc/SbtGithubMdocPlugin.scala @@ -87,7 +87,7 @@ object SbtGithubMdocPlugin extends AutoPlugin { Seq( displayName := SbtGithubPlugin.info.value._2, removeVersionTimestampInMdoc := true, - mdocVariables ++= Map( + mdocVariables ++= Map( "ORGANIZATION" -> organization.value, "NAME" -> displayName.value, "REPO" -> repository.value.map(_.name).getOrElse(""), @@ -107,7 +107,7 @@ object SbtGithubMdocPlugin extends AutoPlugin { "COLLABORATORS" -> collaborators.value.markdownList, "COLLABORATORS_LIST" -> collaborators.value.markdownList, "COLLABORATORS_TABLE" -> collaborators.value.markdownTable, - "COPYRIGHT_OWNER" -> organizationHomepage.value + "COPYRIGHT_OWNER" -> organizationHomepage.value .map(url => s"${organizationName.value} <$url>") .getOrElse(organizationName.value) ) 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 bcdf7738..df061f4f 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.12.1 +sbt.version=1.12.9 diff --git a/modules/sbt-github-mdoc/src/sbt-test/sbt-github-mdoc/name-taken-from-display-name/project/plugins.sbt b/modules/sbt-github-mdoc/src/sbt-test/sbt-github-mdoc/name-taken-from-display-name/project/plugins.sbt index fc9f5353..732592de 100644 --- a/modules/sbt-github-mdoc/src/sbt-test/sbt-github-mdoc/name-taken-from-display-name/project/plugins.sbt +++ b/modules/sbt-github-mdoc/src/sbt-test/sbt-github-mdoc/name-taken-from-display-name/project/plugins.sbt @@ -1,2 +1,2 @@ -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.8.2") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.9.0") addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % sys.props("plugin.version")) 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 bcdf7738..df061f4f 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.12.1 +sbt.version=1.12.9 diff --git a/modules/sbt-github-mdoc/src/sbt-test/sbt-github-mdoc/remove-version-timestamp/project/plugins.sbt b/modules/sbt-github-mdoc/src/sbt-test/sbt-github-mdoc/remove-version-timestamp/project/plugins.sbt index fc9f5353..732592de 100644 --- a/modules/sbt-github-mdoc/src/sbt-test/sbt-github-mdoc/remove-version-timestamp/project/plugins.sbt +++ b/modules/sbt-github-mdoc/src/sbt-test/sbt-github-mdoc/remove-version-timestamp/project/plugins.sbt @@ -1,2 +1,2 @@ -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.8.2") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.9.0") addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % sys.props("plugin.version")) 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 bcdf7738..df061f4f 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.12.1 +sbt.version=1.12.9 diff --git a/modules/sbt-github-mdoc/src/sbt-test/sbt-github-mdoc/simple/project/plugins.sbt b/modules/sbt-github-mdoc/src/sbt-test/sbt-github-mdoc/simple/project/plugins.sbt index fc9f5353..732592de 100644 --- a/modules/sbt-github-mdoc/src/sbt-test/sbt-github-mdoc/simple/project/plugins.sbt +++ b/modules/sbt-github-mdoc/src/sbt-test/sbt-github-mdoc/simple/project/plugins.sbt @@ -1,2 +1,2 @@ -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.8.2") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.9.0") addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % sys.props("plugin.version")) diff --git a/modules/sbt-github/src/main/scala/com/alejandrohdezma/sbt/github/SbtGithubPlugin.scala b/modules/sbt-github/src/main/scala/com/alejandrohdezma/sbt/github/SbtGithubPlugin.scala index eea3ece0..e762b556 100644 --- a/modules/sbt-github/src/main/scala/com/alejandrohdezma/sbt/github/SbtGithubPlugin.scala +++ b/modules/sbt-github/src/main/scala/com/alejandrohdezma/sbt/github/SbtGithubPlugin.scala @@ -58,7 +58,7 @@ object SbtGithubPlugin extends AutoPlugin { excludedContributors := List("scala-steward", """.*\[bot\]""", "traviscibot", "actions-user"), extraCollaborators := List(), githubAuthToken := sys.env.get("GITHUB_TOKEN").map(AuthToken), - repository := onGithub(default = Option.empty[Repository])(Def.setting { + repository := onGithub(default = Option.empty[Repository])(Def.setting { implicit val (auth, logger, url) = configuration.value Option(Repository.get(info.value._1, info.value._2).getOrThrow) }).value, @@ -99,7 +99,7 @@ object SbtGithubPlugin extends AutoPlugin { homepage := repository.value.map(_.url).orElse(homepage.value), licenses := repository.value.map(_.licenses).getOrElse(licenses.value), startYear := repository.value.map(_.startYear).orElse(startYear.value), - yearRange := startYear.value.collect { + yearRange := startYear.value.collect { case start if start == Year.now.getValue => s"$start" case start => s"$start-${Year.now.getValue}" }, @@ -111,7 +111,7 @@ object SbtGithubPlugin extends AutoPlugin { override def projectSettings: Seq[Def.Setting[_]] = Seq( - description := repository.value.map(_.description).getOrElse(description.value), + description := repository.value.map(_.description).getOrElse(description.value), organizationName := organizationMetadata.value .flatMap(_.name) .getOrElse(organizationName.value), @@ -181,7 +181,7 @@ object SbtGithubPlugin extends AutoPlugin { "github" -> ";set ThisBuild / githubEnabled := true", "githubOn" -> ";set ThisBuild / githubEnabled := true", "githubOff" -> ";set ThisBuild / githubEnabled := false" - ).flatMap(addCommandAlias _ tupled) + ).flatMap((addCommandAlias _).tupled) private def onGithub[A](default: A)(f: Def.Initialize[A]) = Def.settingDyn(if (githubEnabled.value) f else Def.setting(default)) 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 bcdf7738..df061f4f 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.12.1 +sbt.version=1.12.9 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 bcdf7738..df061f4f 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.12.1 +sbt.version=1.12.9 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 bcdf7738..df061f4f 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.12.1 +sbt.version=1.12.9 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 bcdf7738..df061f4f 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.12.1 +sbt.version=1.12.9 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 bcdf7738..df061f4f 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.12.1 +sbt.version=1.12.9 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 bcdf7738..df061f4f 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.12.1 +sbt.version=1.12.9 diff --git a/modules/sbt-github/src/test/scala/com/alejandrohdezma/sbt/github/github/OrganizationSuite.scala b/modules/sbt-github/src/test/scala/com/alejandrohdezma/sbt/github/github/OrganizationSuite.scala index 14b943f1..5aebbc1e 100644 --- a/modules/sbt-github/src/test/scala/com/alejandrohdezma/sbt/github/github/OrganizationSuite.scala +++ b/modules/sbt-github/src/test/scala/com/alejandrohdezma/sbt/github/github/OrganizationSuite.scala @@ -32,7 +32,7 @@ class OrganizationSuite extends munit.FunSuite { test("Organization.get should return Organization if everything is present") { withServer { - case r @ GET -> Root => Ok(s"""{ "organization_url": "${r.urlTo("{org}")}" } """) + case r @ GET -> Root => Ok(s"""{ "organization_url": "${r.urlTo("{org}")}" } """) case GET -> Root / "org" => Ok("""{ "name": "My Organization", diff --git a/modules/sbt-github/src/test/scala/com/alejandrohdezma/sbt/github/github/repository/RepositorySuite.scala b/modules/sbt-github/src/test/scala/com/alejandrohdezma/sbt/github/github/repository/RepositorySuite.scala index 9b7aafc1..a0bbd4f4 100644 --- a/modules/sbt-github/src/test/scala/com/alejandrohdezma/sbt/github/github/repository/RepositorySuite.scala +++ b/modules/sbt-github/src/test/scala/com/alejandrohdezma/sbt/github/github/repository/RepositorySuite.scala @@ -29,7 +29,7 @@ class RepositorySuite extends munit.FunSuite { test("Repository.get should return Repository if everything is present") { withServer { - case r @ GET -> Root => Ok(s"""{ "repository_url": "${r.urlTo("{owner}/{repo}")}" } """) + case r @ GET -> Root => Ok(s"""{ "repository_url": "${r.urlTo("{owner}/{repo}")}" } """) case GET -> Root / "user" / "repo" => Ok("""{ "full_name": "user/repo", @@ -76,7 +76,7 @@ class RepositorySuite extends munit.FunSuite { test("Repository.get should return None organization if it is not present") { withServer { - case r @ GET -> Root => Ok(s"""{ "repository_url": "${r.urlTo("{owner}/{repo}")}" } """) + case r @ GET -> Root => Ok(s"""{ "repository_url": "${r.urlTo("{owner}/{repo}")}" } """) case GET -> Root / "user" / "repo" => Ok("""{ "full_name": "user/repo", @@ -120,7 +120,7 @@ class RepositorySuite extends munit.FunSuite { test("Repository.get should return error if description is not present") { withServer { - case r @ GET -> Root => Ok(s"""{ "repository_url": "${r.urlTo("{owner}/{repo}")}" } """) + case r @ GET -> Root => Ok(s"""{ "repository_url": "${r.urlTo("{owner}/{repo}")}" } """) case GET -> Root / "user" / "repo" => Ok("""{ "full_name": "user/repo", @@ -155,7 +155,7 @@ class RepositorySuite extends munit.FunSuite { test("Repository.get should return error if license is not present") { withServer { - case r @ GET -> Root => Ok(s"""{ "repository_url": "${r.urlTo("{owner}/{repo}")}" } """) + case r @ GET -> Root => Ok(s"""{ "repository_url": "${r.urlTo("{owner}/{repo}")}" } """) case GET -> Root / "user" / "repo" => Ok("""{ "full_name": "user/repo", @@ -187,7 +187,7 @@ class RepositorySuite extends munit.FunSuite { test("Repository.get should return error if license's `spdx_id` is not present") { withServer { - case r @ GET -> Root => Ok(s"""{ "repository_url": "${r.urlTo("{owner}/{repo}")}" } """) + case r @ GET -> Root => Ok(s"""{ "repository_url": "${r.urlTo("{owner}/{repo}")}" } """) case GET -> Root / "user" / "repo" => Ok("""{ "full_name": "user/repo", @@ -222,7 +222,7 @@ class RepositorySuite extends munit.FunSuite { test("Repository.get should return error if license's `url` is not present") { withServer { - case r @ GET -> Root => Ok(s"""{ "repository_url": "${r.urlTo("{owner}/{repo}")}" } """) + case r @ GET -> Root => Ok(s"""{ "repository_url": "${r.urlTo("{owner}/{repo}")}" } """) case GET -> Root / "user" / "repo" => Ok("""{ "full_name": "user/repo", @@ -257,7 +257,7 @@ class RepositorySuite extends munit.FunSuite { test("Repository.get should return generic error in other cases") { withServer { - case r @ GET -> Root => Ok(s"""{ "repository_url": "${r.urlTo("{owner}/{repo}")}" } """) + case r @ GET -> Root => Ok(s"""{ "repository_url": "${r.urlTo("{owner}/{repo}")}" } """) case GET -> Root / "user" / "repo" => Ok("""{ "full_name": "user/repo", diff --git a/project/build.properties b/project/build.properties index bcdf7738..df061f4f 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.12.1 +sbt.version=1.12.9 diff --git a/project/plugins.sbt b/project/plugins.sbt index 23da2945..8df06272 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,12 +1,12 @@ -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.5") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.6") addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1") -addSbtPlugin("com.alejandrohdezma" % "sbt-ci" % "2.22.0") -addSbtPlugin("com.alejandrohdezma" % "sbt-fix" % "0.7.2") -addSbtPlugin("com.alejandrohdezma" % "sbt-modules" % "0.3.2") -addSbtPlugin("com.alejandrohdezma" % "sbt-scalafix-defaults" % "0.14.0") -addSbtPlugin("com.alejandrohdezma" % "sbt-scalafmt-defaults" % "0.9.1") +addSbtPlugin("com.alejandrohdezma" % "sbt-ci" % "3.0.0") +addSbtPlugin("com.alejandrohdezma" % "sbt-fix" % "0.8.0") +addSbtPlugin("com.alejandrohdezma" % "sbt-modules" % "0.4.1") +addSbtPlugin("com.alejandrohdezma" % "sbt-scalafix-defaults" % "0.15.0") +addSbtPlugin("com.alejandrohdezma" % "sbt-scalafmt-defaults" % "0.9.2") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2") addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0") -addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.8.2") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6") -addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2") +addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.9.0") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.0") +addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.3")