typesafehub / akka-contrib-extra

ConductR Akka contributions
Other
9 stars 16 forks source link

Missing 2.12.x artifacts #71

Closed MasseGuillaume closed 6 years ago

MasseGuillaume commented 6 years ago
MasseGuillaume commented 6 years ago

ops I was looking at the wrong repo, this is the correct one: https://dl.bintray.com/typesafe/maven-releases/com/typesafe/akka/akka-contrib-extra_2.12/4.0.0/

MasseGuillaume commented 6 years ago

However, some releases are missing for 2.12

https://dl.bintray.com/typesafe/maven-releases/com/typesafe/akka/akka-contrib-extra_2.11/ 3.4.2/ 4.0.0/ 4.1.0/ 4.1.1/ 4.1.2/ 4.1.3/

vs

https://dl.bintray.com/typesafe/maven-releases/com/typesafe/akka/akka-contrib-extra_2.12/ 4.0.0/

huntc commented 6 years ago

I recall that we missed a few releases for 2.12. The latest releases should be there though. Is there a particular reason that you want the older releases?

MasseGuillaume commented 6 years ago

I don't see the latests version (4.1.3) for 2.12: https://dl.bintray.com/typesafe/maven-releases/com/typesafe/akka/akka-contrib-extra_2.12/4.1.3/

https://scastie.scala-lang.org/FhJqV3BsQDytaJOaWVWZBg

huntc commented 6 years ago

@longshorej Any chance you can publish? I no longer have rights...

longshorej commented 6 years ago

Oops - sorry about that! 4.1.3 is now published for 2.12.

huntc commented 6 years ago

Thanks!

MasseGuillaume commented 6 years ago

Awesome, thanks!

scalaVersion := "2.12.3"
resolvers += Resolver.typesafeRepo("releases")
libraryDependencies += "com.typesafe.akka" %% "akka-contrib-extra" % "4.1.3"