From d94ce45d4ff16403bb29a48cdc784ed4a32ab27c Mon Sep 17 00:00:00 2001 From: Michel Davit Date: Mon, 26 Dec 2022 11:00:04 +0100 Subject: [PATCH] Update build env (#116) --- .gitignore | 1 + .scalafmt.conf | 2 +- project/build.properties | 2 +- project/metals.sbt | 6 ++++++ project/sbt-headers.sbt | 2 +- project/sbt-pgp.sbt | 2 +- project/sbt-sonatype.sbt | 2 +- project/sbt-tpolecat.sbt | 2 +- project/scalafmt.sbt | 2 +- 9 files changed, 14 insertions(+), 7 deletions(-) create mode 100644 project/metals.sbt diff --git a/.gitignore b/.gitignore index 9c07d4a..4a368cd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.class *.log +project/project/ diff --git a/.scalafmt.conf b/.scalafmt.conf index 74df749..6816ad7 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.4.0 +version = 3.6.1 project.git = true # only format files tracked by git maxColumn = 120 runner.dialect = scala3 diff --git a/project/build.properties b/project/build.properties index c8fcab5..8b9a0b0 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.6.2 +sbt.version=1.8.0 diff --git a/project/metals.sbt b/project/metals.sbt new file mode 100644 index 0000000..e9e7b54 --- /dev/null +++ b/project/metals.sbt @@ -0,0 +1,6 @@ +// DO NOT EDIT! This file is auto-generated. + +// This file enables sbt-bloop to create bloop config files. + +addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.4") + diff --git a/project/sbt-headers.sbt b/project/sbt-headers.sbt index 33620f3..645f7eb 100644 --- a/project/sbt-headers.sbt +++ b/project/sbt-headers.sbt @@ -1 +1 @@ -addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.5") +addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.9.0") diff --git a/project/sbt-pgp.sbt b/project/sbt-pgp.sbt index 2a64bd2..92f76da 100644 --- a/project/sbt-pgp.sbt +++ b/project/sbt-pgp.sbt @@ -1 +1 @@ -addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2") +addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") diff --git a/project/sbt-sonatype.sbt b/project/sbt-sonatype.sbt index ab88a37..24c42d9 100644 --- a/project/sbt-sonatype.sbt +++ b/project/sbt-sonatype.sbt @@ -1 +1 @@ -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.12") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.15") diff --git a/project/sbt-tpolecat.sbt b/project/sbt-tpolecat.sbt index 8f2f73d..ac30061 100644 --- a/project/sbt-tpolecat.sbt +++ b/project/sbt-tpolecat.sbt @@ -1 +1 @@ -addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.22") +addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.1") diff --git a/project/scalafmt.sbt b/project/scalafmt.sbt index 83adafa..e7cf946 100644 --- a/project/scalafmt.sbt +++ b/project/scalafmt.sbt @@ -1 +1 @@ -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")