Skip to content

1.5.3

Compare
Choose a tag to compare
@eed3si9n eed3si9n released this 01 Jun 03:17
· 6031 commits to develop since this release
v1.5.3
  • Fixes scalacOptions not getting forwarded to ScalaDoc in Scala 3 #6499 by @pikinier20
  • Fixes undercompilation of sealed traits that extends other seal traits zinc#979 by @dwijnand
  • Fixes version parsing not recognizing dots in a prerelease tag lm#377 by @Nirvikalpa108
  • Fixes spurious "@nowarn annotation does not suppress any warnings" in old style sbt plugins with sbtPlugin := true #6517 by @Nirvikalpa108
  • Fixes inputFile resolving to incorrect files when file specific globs are used io#319 by @eatkins
  • Fixes multiple main class warning when run is scoped #6523 by @eatkins
  • Fixes duplicate unmanagedSourceDirectories when Scala version is 3.0.0 #6511 by @bjaglin
  • Fixes URL for Resolvers.sonatypeRepo("releases") lm#379/#5405 by @mkurz
  • Makes makeScalaInstance public #6504 by @adpi2
  • Adjusts to Scala 2.13.6 restriction on narrowing access when overriding a field io#317 by @SethTisue
  • Implements sbtn downloading in sbt runner script #6514 by @eed3si9n
  • Updates to Scala 2.12.14 #6522 by @mkurz