See sbt 2.0 change summary for the overall changes in sbt 2.0.
Changes since sbt 2.0.0-RC2
- fix: Support annotated definitions in build.sbt by @Duhemm in #8205
- Uses
scala.transient
to denote the empty cache level by @eed3si9n in #8210 - deps: Bump to sjson-new 0.14.0-M4, which moves some of the JSON codecs into the
JsonFormat
companion by @eed3si9n in #8209 - Auto reload by default by @eed3si9n in #8211
Behind the scene
- ci: Update mima setting by @xuwei-k in #8206
- docs: Update
ResolverFunctions#reorganizeAppResolvers
comment by @xuwei-k in #8208 - docs: Banner by @eed3si9n in #8213
Full Changelog: v2.0.0-RC2...v2.0.0-RC3