Skip to content

Commit e64465c

Browse files
committed
don't run version checks on Scala.js
1 parent be2b5b6 commit e64465c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sbt

+2
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform, NativePlatform)
130130
}),
131131
)
132132
.jsSettings(
133+
versionPolicyCheck / skip := true,
134+
versionCheck / skip := true,
133135
// Scala.js cannot run forked tests
134136
Test / fork := false
135137
)

0 commit comments

Comments
 (0)