File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ import scalatex.ScalatexReadme
3
3
4
4
ThisBuild / shellPrompt := ((s : State ) => Project .extract(s).currentRef.project + " > " )
5
5
6
+ // Issue #504 - remove on 2.x branch
7
+ // Our release GitHub Actions job performs the release for SJS 0.6 and 1.0 in parallel.
8
+ // This prevents each parallel processes from removing each other's deployment.
9
+ sonatypeSessionName := s " ${name.value} v ${version.value} (SJS $scalaJSVersion) "
10
+
6
11
lazy val scalafixRules = project
7
12
.in(file(" scalafix" ))
8
13
.settings(
@@ -17,6 +22,7 @@ lazy val root = project
17
22
18
23
name := " Scala.js DOM"
19
24
25
+ ThisBuild / version := " 1.2.0"
20
26
ThisBuild / crossScalaVersions := {
21
27
if (scalaJSVersion.startsWith(" 1." )) Seq (" 2.12.10" , " 2.11.12" , " 2.13.1" )
22
28
else Seq (" 2.12.10" , " 2.11.12" , " 2.10.7" , " 2.13.1" )
You can’t perform that action at this time.
0 commit comments