Skip to content

Commit 62a6abb

Browse files
authored
Hard code version to 1.2.0
1 parent fbe2203 commit 62a6abb

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
@@ -22,6 +22,7 @@ lazy val root = project
2222

2323
name := "Scala.js DOM"
2424

25+
ThisBuild / version := "1.2.0"
2526
ThisBuild / crossScalaVersions := {
2627
if (scalaJSVersion.startsWith("1.")) Seq("2.12.10", "2.11.12", "2.13.1")
2728
else Seq("2.12.10", "2.11.12", "2.10.7", "2.13.1")

0 commit comments

Comments
 (0)