Skip to content

Commit cc15806

Browse files
authored
Revert hardcodes
1 parent 3c3be26 commit cc15806

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)