Ensure that SBT project version and application version are in sync

This commit is contained in:
Jarek Sacha 2023-06-10 09:51:17 -04:00
parent 9a0cb694f7
commit 8a417ceedb
No known key found for this signature in database
GPG key ID: F29625CE62288163
3 changed files with 10 additions and 4 deletions

2
project/buildinfo.sbt Normal file
View file

@ -0,0 +1,2 @@
// https://github.com/sbt/sbt-buildinfo
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")