d-exclaimation / over-layer

A GraphQL over Websocket Stream-based Transport Layer on Akka.
https://overlayer.netlify.app/
Apache License 2.0
2 stars 1 forks source link

Enhancement: Consider publishing with Scala Compiler version #1

Closed d-exclaimation closed 3 years ago

d-exclaimation commented 3 years ago

Description

At the moment, package is published without the suffix of _<scala-version>. I don't know exactly what issues it can be when trying to use this package on older scala version, so I might consider adding that into the published package to make sure it can only be fetch for version that can work with it

Changes

Changes to build.sbt

// Remove this line
crossPaths := false

Changes to fetching as dependencies

"io.github.d-exclaimation" %% "over-layer" % "0.1.1"
d-exclaimation commented 3 years ago

Closing for now, revisit later