NOTE: This release series will be the final one released under the group ID io.github.davidgregory084
, and the final one using the package io.github.davidgregory084
.
As of the 0.5.x series, this project will be released under the group ID org.typelevel
and using the package org.typelevel.sbt
.
If you are using Scala Steward to upgrade your libraries, an artifact migration has been provided to update the sbt-tpolecat group ID.
A Scalafix migration will be provided upon the release of 0.5.0
to migrate any usages of the previous package in your projects.
Changed
- #75 The
ScalacOptions
trait was made package-private. This is to ensure that new methods can be added to this trait without risking binary compatibility breakages. - #75 The
ScalacOption
constructor was changed from(tokens: List[String], ...)
to(option: String, args: List[String], ...)
. This is to ensure that multi-argument options can be filtered out regardless of which arguments were provided to the option.