jliszka / probability-monad

Apache License 2.0
263 stars 38 forks source link

Cross build for ScalaJS, Scala Native, github action #20

Closed fdietze closed 3 years ago

fdietze commented 3 years ago

Everything compiles. We still need to figure out the maven release.

This PR can already be used via jitpack:

resolvers += ("jitpack" at "https://jitpack.io"),
libraryDependencies ++= Seq(
  "com.github.fdietze.probability-monad" %% "probability-monad" % "837a419257883",
)