Closed hbmartin closed 12 months ago
In the 1.3.0 release, it appears the Maven coords changed from co.touchlab:sqliter-driver:$version to co.touchlab:sqliter:$version (no driver)
co.touchlab:sqliter-driver:$version
co.touchlab:sqliter:$version
Compare https://repo1.maven.org/maven2/co/touchlab/sqliter-driver/ and https://repo1.maven.org/maven2/co/touchlab/sqliter/
Ah, you aren't wrong. The publishing code changed but I missed that part.
On the way, although not synced to maven repo yet: https://github.com/touchlab/SQLiter/releases/tag/1.3.1
🙏 🎉
In the 1.3.0 release, it appears the Maven coords changed from
co.touchlab:sqliter-driver:$version
toco.touchlab:sqliter:$version
(no driver)Compare https://repo1.maven.org/maven2/co/touchlab/sqliter-driver/ and https://repo1.maven.org/maven2/co/touchlab/sqliter/