File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/sbt-test/settings/cross-platform/project Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
else addSbtPlugin(" com.thesamet" % " sbt-protoc" % pluginVersion)
9
9
}
10
10
11
- addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 0.6.0 " )
12
- addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % " 0.6.0 " )
13
- addSbtPlugin(" org.scala-native " % " sbt-scala-native " % " 0.3.7 " )
14
- addSbtPlugin(" org.scala-js " % " sbt-scalajs " % " 0.6.23 " )
11
+ addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 1.3.2 " )
12
+ addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % " 1.3.2 " )
13
+ addSbtPlugin(" org.scala-js " % " sbt-scalajs " % " 1.16.0 " )
14
+ addSbtPlugin(" org.scala-native " % " sbt-scala-native " % " 0.5.4 " )
15
15
16
- libraryDependencies += " com.thesamet.scalapb" %% " compilerplugin" % " 0.7.4 "
16
+ libraryDependencies += " com.thesamet.scalapb" %% " compilerplugin" % " 0.11.17 "
You can’t perform that action at this time.
0 commit comments