From cf65f0bfac4245ff9441b5f1c7db6ef1e38a0d51 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Fri, 28 Apr 2023 13:47:59 +0200 Subject: [PATCH 1/2] Update gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 07e667b..7ee2fea 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ *.log # sbt specific +.bsp/ .cache .history .lib/ @@ -25,4 +26,4 @@ project/plugins/project/ # Metals specific .bloop .metals -project/metals.sbt \ No newline at end of file +project/metals.sbt From 3f31fb3027f03d0033337fb5de8285db8a9776b4 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Fri, 28 Apr 2023 13:48:18 +0200 Subject: [PATCH 2/2] Latest sbt-dynver --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 7c633b0..bedaa92 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ unmanagedSourceDirectories.in(Compile) += baseDirectory.in(ThisBuild).value.getParentFile / "plugin" / "src" / "main" / "scala" -addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1") +addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.0") addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.18")