Skip to content

Commit

Permalink
Fix version-output versions mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Akirathan committed Nov 7, 2024
1 parent 1455b02 commit 586fc73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -1611,8 +1611,8 @@ lazy val `version-output` = (project in file("lib/scala/version-output"))
defaultDevEnsoVersion = defaultDevEnsoVersion,
ensoVersion = ensoVersion,
scalacVersion = scalacVersion,
graalVersion = graalVersion,
javaVersion = javaVersion,
graalVersion = graalMavenPackagesVersion,
javaVersion = graalVersion,
currentEdition = currentEdition
)
}.taskValue
Expand Down

0 comments on commit 586fc73

Please sign in to comment.