Closed your-diary closed 1 year ago
It can be found here: https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.typesafe.sbt/sbt-twirl/
@mkurz Thank you! This is exactly what I wanted.
Be aware to use https://repo.scala-sbt.org/, not https://scala.jfrog.io/ which I posted initially. It's a redirect. (I edited my comment)
@mkurz
I see. Thanks.
This is a redirection service for the sbt community repository. To insulate yourself from future migrations, please use the proxy URL instead of where it redirects
I'm trying to build a legacy Scala project which depends on
sbt-twirl 1.0.2
. However, for example, maven central doesn't provide the version; only1.5.2
or newer are available.Is
1.0.2
available via some repository?