Skip to content

Commit

Permalink
fix buildinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Oct 17, 2023
1 parent 73ea569 commit bcfbfc1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,9 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
buildInfoPackage := "scalapb_json",
buildInfoObject := "ScalapbJsonCommonBuildInfo",
buildInfoKeys := Seq[BuildInfoKey](
"scalapbVersion" -> scalapbV,
"scalapbVersion" -> scalapbVersion
),
buildInfoKeys ++= Seq[BuildInfoKey](
scalaVersion,
version
)
Expand Down

0 comments on commit bcfbfc1

Please sign in to comment.