We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 864e1a5 commit 907cb7fCopy full SHA for 907cb7f
modules/integration/src/test/scala/scala/cli/integration/ExportJsonTestDefinitions.scala
@@ -193,10 +193,10 @@ abstract class ExportJsonTestDefinitions(val scalaVersionOpt: Option[String])
193
val fileContents = readJson(root / "dest" / "export.json")
194
195
expect(fileContents ==
196
- """{
+ s"""{
197
|"scalaVersion": "3.1.3",
198
|"platform": "JS",
199
- |"scalaJsVersion": "1.12.0",
+ |"scalaJsVersion": "${Constants.scalaJsVersion}",
200
|"jsEsVersion":"es2015",
201
|"scopes": {
202
| "main": {
0 commit comments