Skip to content

Commit e724a0a

Browse files
authoredNov 3, 2024··
Update sbt-buildinfo to 0.13.0 (#1284)
1 parent f7f1ace commit e724a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
1010
// release management
1111
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.24.0")
1212
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0")
13-
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
13+
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.0")
1414
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.2")
1515
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0")
1616
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")

0 commit comments

Comments
 (0)
Please sign in to comment.