lunduniversity / introprog-scalalib

Scala library with simple-to-use utilites for students of introductory programming. http://cs.lth.se/pgk/api
BSD 2-Clause "Simplified" License
60 stars 13 forks source link

Updated build.sbt to support dotty's scaladoc #31

Closed Husenap closed 2 years ago

Husenap commented 2 years ago

The options for scaladoc have been slightly updated, see here.

Fixes in this PR:

Below are screenshots of how it looks. Home Page: image

Link to Source: image

bjornregnell commented 2 years ago

Wonderful that you found these settings and migrated! Is there any special reason that you removed some scalacOptions (-unchecked, -deprecation) ?

Husenap commented 2 years ago

Yes, I removed them because the compiler warned that those flags were ignored

bjornregnell commented 2 years ago

Ok good! I'll merge and publish the new docs after trying it out in my local build.