Skip to content

Commit

Permalink
Merge pull request #167 from evolution-gaming/ci-release
Browse files Browse the repository at this point in the history
Add developer info
  • Loading branch information
Odomontois committed Nov 23, 2022
2 parents 985f728 + eca7f9e commit 136b54c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,13 @@ scmInfo := Some(
),
)

developers := List(
Developer(
"t3hnar",
"Yaroslav Klymko",
"yklymko@evolution.com",
url("https://github.com/t3hnar"),
)
)

enablePlugins(GitVersioning)

0 comments on commit 136b54c

Please sign in to comment.