scala / toolkit

The batteries-included Scala
https://docs.scala-lang.org/toolkit/introduction.html
86 stars 12 forks source link

Update deps and fix publishing #15

Closed adpi2 closed 1 year ago

adpi2 commented 1 year ago

The publishing of v0.1.7 failed because of:

[error] ./publish-conf.scala:4:35
[error] Malformed vcs "scm:git:github.com/scala/toolkit.git", expected url|connection|developer-connection
[error] //> using publish.versionControl "scm:git:github.com/scala/toolkit.git"
[error]                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

This PR should fix it.