File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ addSbtPlugin("com.47deg" % "sbt-microsites" % "1.3.4")
5
5
val scalaJSVersion =
6
6
Option (System .getenv(" SCALAJS_VERSION" )).getOrElse(" 1.9.0" )
7
7
8
- addSbtPlugin(" org.portable-scala" % " sbt-crossproject" % " 1.1 .0" )
8
+ addSbtPlugin(" org.portable-scala" % " sbt-crossproject" % " 1.2 .0" )
9
9
10
10
addSbtPlugin(" org.scala-js" % " sbt-scalajs" % scalaJSVersion)
11
11
12
- addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 1.1 .0" )
12
+ addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 1.2 .0" )
13
13
14
14
addSbtPlugin(" io.github.cquiroz" % " sbt-tzdb" % " 3.0.0" )
15
15
@@ -21,7 +21,7 @@ addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7")
21
21
22
22
addSbtPlugin(" ch.epfl.lamp" % " sbt-dotty" % " 0.5.5" )
23
23
24
- addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % " 1.1 .0" )
24
+ addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % " 1.2 .0" )
25
25
26
26
addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.4.4" )
27
27
You can’t perform that action at this time.
0 commit comments