Skip to content

Commit b04f917

Browse files
lwronskiMaciejG604
authored andcommitted
Use scala3 version from Constants
1 parent d9aff5c commit b04f917

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/integration/src/test/scala/scala/cli/integration/ExportJsonTestDefinitions.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ abstract class ExportJsonTestDefinitions(val scalaVersionOpt: Option[String])
3939
val jsonContents = readJson(exportJsonProc.out.text())
4040

4141
expect(jsonContents ==
42-
"""{
43-
|"scalaVersion":"3.2.2",
42+
s"""{
43+
|"scalaVersion":"${Constants.scala3}",
4444
|"platform":"JVM",
4545
|"jvmVersion":"adopt:11",
4646
|"scopes": {

0 commit comments

Comments
 (0)