playframework / twirl

Twirl is Play's default template engine
Apache License 2.0
545 stars 108 forks source link

Is 1.0.2 available in some repository? #690

Closed your-diary closed 11 months ago

your-diary commented 11 months ago

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; only 1.5.2 or newer are available.

Is 1.0.2 available via some repository?

mkurz commented 11 months ago

It can be found here: https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.typesafe.sbt/sbt-twirl/

your-diary commented 11 months ago

@mkurz Thank you! This is exactly what I wanted.

mkurz commented 11 months ago

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)

your-diary commented 11 months ago

@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