jodersky / simplesql

A no-frills SQL library for Scala 3
BSD 3-Clause "New" or "Revised" License
29 stars 2 forks source link

io.crashbox:simplesql_3:0.4.0 is not found in maven central #6

Closed a01fe closed 3 weeks ago

a01fe commented 3 weeks ago

io.crashbox:simplesql_3:0.4.0, as mentioned in README.md, is not found in maven central.

For example, with this in project.scala:

//> using dep io.crashbox::simplesql:0.4.0

scala-cli compile . fails with:

$ scala-cli compile .
Downloading 2 dependencies
[error] ./project.scala:1:15
[error] Error downloading io.crashbox:simplesql_3:0.4.0
[error]   not found: /Users/finchr/Library/Caches/ScalaCli/local-repo/1.5.1/io.crashbox/simplesql_3/0.4.0/ivys/ivy.xml
[error]   No fallback URL found
[error]   not found: /Users/finchr/.ivy2/local/io.crashbox/simplesql_3/0.4.0/ivys/ivy.xml
[error]   not found: https://repo1.maven.org/maven2/io/crashbox/simplesql_3/0.4.0/simplesql_3-0.4.0.pom
[error] //> using dep io.crashbox::simplesql:0.4.0
[error]               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
$
jodersky commented 3 weeks ago

Thanks for the bug report. Indeed, it does not show up in the package repo.

I remember having some issues with sonatype last time I published a version. It failed for a few days, but eventually it did appear to succeed, but maybe that was an illusion. Anyway, I'll re-publish.

jodersky commented 3 weeks ago

I migrated to the new sonatype portal, which seems to be mores stable. It should be good now.

a01fe commented 3 weeks ago

Looks good, ty!