Commit c445f41 1 parent e73b396 commit c445f41 Copy full SHA for c445f41
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
object Deps {
2
- val crossProjectVersion = " 1.3.1 "
2
+ val crossProjectVersion = " 1.3.2 "
3
3
val bundlerVersion = " 0.21.1"
4
4
val sbtJsDependenciesVersion = " 1.0.2"
5
5
}
Original file line number Diff line number Diff line change 5
5
addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.15.0" )
6
6
7
7
// https://github.com/portable-scala/sbt-crossproject
8
- addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 1.3.1 " )
8
+ addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 1.3.2 " )
9
9
10
10
// https://scalacenter.github.io/scalajs-bundler/
11
11
addSbtPlugin(" ch.epfl.scala" % " sbt-scalajs-bundler" % " 0.21.1" )
Original file line number Diff line number Diff line change 5
5
addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.15.0" )
6
6
7
7
// https://github.com/portable-scala/sbt-crossproject
8
- addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 1.3.1 " )
8
+ addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 1.3.2 " )
9
9
10
10
// https://scalacenter.github.io/scalajs-bundler/
11
11
addSbtPlugin(" ch.epfl.scala" % " sbt-scalajs-bundler" % " 0.21.1" )
You can’t perform that action at this time.
0 commit comments