Skip to content

Commit 3fcae08

Browse files
committed
forgot to add polystat-cli version
1 parent 9b1db1b commit 3fcae08

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

build.sbt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,11 @@ buildInfoKeys := Seq(
5050
"odinVersion" -> V.odin,
5151
"py2eoVersion" -> V.py2eo,
5252
"versionSummary" ->
53-
s"""|far - ${V.far}
54-
|j2eo - ${V.j2eo}
55-
|odin - ${V.odin}
56-
|py2eo - ${V.py2eo}
53+
s"""|far = ${V.far}
54+
|j2eo = ${V.j2eo}
55+
|odin = ${V.odin}
56+
|polystat-cli = ${version.value}
57+
|py2eo = ${V.py2eo}
5758
|""".stripMargin,
5859
)
5960
buildInfoPackage := "org.polystat.cli"

0 commit comments

Comments
 (0)