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
14
forks
source link
update build.sbt, fix cross-pub 2.13, add semVer and make build more idomatic #16
Closed
bjornregnell closed 3 years ago
Sbt idomatic build should include settings inside of
lazy val ... (project in file(".")).settings(...
.Add SemVer into the build to enable check for binary compatibility etc. More info here:
For more info on sbt tricks in the migration guide: https://docs.scala-lang.org/scala3/guides/migration/compatibility-classpath.html