Skip to content

Commit b7f0dd0

Browse files
authored
Hardcode isSnapshot
1 parent 03cb1d6 commit b7f0dd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ lazy val root = project
2323
name := "Scala.js DOM"
2424

2525
ThisBuild / version := "1.2.0"
26+
ThisBuild / isSnapshot := false
2627
ThisBuild / crossScalaVersions := {
2728
if (scalaJSVersion.startsWith("1.")) Seq("2.12.10", "2.11.12", "2.13.1")
2829
else Seq("2.12.10", "2.11.12", "2.10.7", "2.13.1")

0 commit comments

Comments
 (0)