Skip to content

Commit

Permalink
Make the project zio.cli.sbt/sbt-zio-cli publishable by default (#209)
Browse files Browse the repository at this point in the history
* Make the project `zio.cli.sbt/sbt-zio-cli` publishable by default

Currently, `zio.cli.sbt/sbt-zio-cli` is not published in maven.

* Fix CI build

Upgrade dotty to 3.3.0 to match other zio packages.

Use `++version` instead of `++verison!` in the CI,
because the latter syntax forces a Scala version for all
subprojects ignoring the compatible versions declared in crossScalaVersions.

For example; `++3.3.0!` would force the sbt plugin to compile with
Scala version 3.3.0, while ++3.3.0 would recognize that the project
is incompatible with dotty and skip it.

It is crucial to only build the sbt plugin with Scala version 2.12,
which is what sbt 1 itself is built with.

* Automatic formatting with `sbt fmt`

To make the CI happy.
  • Loading branch information
abcpro1 authored Jun 20, 2023
1 parent 5118158 commit 0e0a3f0
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 0e0a3f0

Please sign in to comment.