Skip to content

Commit 3c3be26

Browse files
authored
Merge pull request #507 from scala-js/topic/fix-release
Hardcode `isSnapshot`
2 parents 03cb1d6 + b7f0dd0 commit 3c3be26

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)