Releases: com-lihaoyi/sourcecode
Releases · com-lihaoyi/sourcecode
0.3.0
deps: update all sorts of stuff (#121) This pr goes through and makes the various updates: - Bumps mill to the latest 0.10.5 - Bumps to the latest Scala versions for 2 and latest 3.1.x version - Drops 0.x support for ScalaJS - Move Scala native to 0.4.x - Adds in dependabot - Starts to cross test on 8 and 17 - Updates checkout and java actions
0.2.8
Support Scala Native - Scala 3 (#119) * Support Scala Native - Scala 3 - Update Mill to 10.0.0 * Skip docJar in Scala 3 Scala Native
0.2.7
Merge pull request #114 from com-lihaoyi/version-0.2.7 Version 0.2.7
0.2.6
v0.1.6
v0.1.5
This release mostly bumps scala / Scala JS / Scala Native versions, switching to
- scala
2.10.7
,2.11.12
, and2.12.6
, - Scala JS
0.6.25
, and - Scala Native
0.3.8
.
Under the surface, it also updates the way releases are handled. sbt-ci-release
is now used for that, making the release process seamless.