File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- addSbtPlugin(" ch.epfl.scala" % " sbt-version-policy" % " 2.1.0" )
1
+ addSbtPlugin(" ch.epfl.scala" % " sbt-version-policy" % " 2.1.0" )
2
2
addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 1.2.0" )
3
3
addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % " 1.2.0" )
4
4
addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.12.0" )
5
5
addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.4.9" )
6
6
addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.10.4" )
7
7
addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.0" )
8
8
addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.9.15" )
9
- addSbtPlugin(" com.github.sbt" % " sbt-pgp" % " 2.2.0 " )
9
+ addSbtPlugin(" com.github.sbt" % " sbt-pgp" % " 2.2.1 " )
10
10
addSbtPlugin(" org.scalameta" % " sbt-mdoc" % " 2.3.6" )
11
11
addSbtPlugin(" ch.epfl.scala" % " sbt-scalajs-bundler" % " 0.21.1" )
12
12
// for Scala.js 1.x.x
You can’t perform that action at this time.
0 commit comments