zio / zio-quill

Compile-time Language Integrated Queries for Scala
https://zio.dev/zio-quill
Apache License 2.0
2.15k stars 349 forks source link

Cross compile quill-sql module to support Scala 2.13/Scala.js v1.1.0+ #2175

Open viktor-podzigun opened 3 years ago

viktor-podzigun commented 3 years ago

It will be beneficial to cross compile quill-sql module to support Scala.js v1.1.0+

Version: next (3.8.0) Module: quill-sql Database: common

Expected behavior

There is artifact version published for Scala.js v1.0.0+ / Scala 2.13 (at least)

Actual behavior

There is no artifact version published yet for Scala.js v1.1.0+ see: https://mvnrepository.com/artifact/io.getquill/quill-sql

viktor-podzigun commented 3 years ago

There is already open PR #2167 for it! :)