File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 0.11.17]
4+ - Update to Scala 2.13.14
5+ - Update scala-native to 0.5.2
6+
37## [ 0.11.16]
48- sealed_oneof_companion_extends is handled also for optional sealed oneofs (#1639 )
59- added sealed_oneof_empty_extends to add trait to the empty case object of
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ object Dependencies {
2626
2727 val Scala212 = " 2.12.19"
2828
29- val Scala213 = " 2.13.13 "
29+ val Scala213 = " 2.13.14 "
3030
3131 val Scala3 = " 3.3.3"
3232
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16")
88
99addSbtPlugin(" org.scala-js" % " sbt-scalajs" % scalaJSVersion)
1010
11- addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.5.1 " )
11+ addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.5.2 " )
1212
1313addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 1.1.3" )
1414
You can’t perform that action at this time.
0 commit comments