Skip to content

Commit fd71a8c

Browse files
authored
Merge pull request #508 from scala-js/topic/revert-hardcodes
Revert hardcodes
2 parents 3c3be26 + cc15806 commit fd71a8c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.sbt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ lazy val root = project
2222

2323
name := "Scala.js DOM"
2424

25-
ThisBuild / version := "1.2.0"
26-
ThisBuild / isSnapshot := false
2725
ThisBuild / crossScalaVersions := {
2826
if (scalaJSVersion.startsWith("1.")) Seq("2.12.10", "2.11.12", "2.13.1")
2927
else Seq("2.12.10", "2.11.12", "2.10.7", "2.13.1")

0 commit comments

Comments
 (0)