Skip to content

Commit

Permalink
Merge pull request #266 from mkurz/dynver_upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n authored Apr 28, 2023
2 parents e199058 + 3f31fb3 commit 916136f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
*.log

# sbt specific
.bsp/
.cache
.history
.lib/
Expand All @@ -25,4 +26,4 @@ project/plugins/project/
# Metals specific
.bloop
.metals
project/metals.sbt
project/metals.sbt
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -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")

0 comments on commit 916136f

Please sign in to comment.