Skip to content

Commit

Permalink
Merge pull request #138 from guardian/avoid-recommending-preview-rele…
Browse files Browse the repository at this point in the history
…ases

Avoid recommending preview releases in README.md
  • Loading branch information
rtyley committed Apr 30, 2024
2 parents b638450 + e016418 commit 19f382e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -174,7 +174,7 @@ Note: you only need to pass the key ie the blob of base64 between the start and

Add the verification library as an SBT dependency to your project, taking care to use the latest version:

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.gu/pan-domain-auth-core_2.13/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.gu/pan-domain-auth-core_2.13)
[![pan-domain-auth-verification Scala version support](https://index.scala-lang.org/guardian/pan-domain-authentication/pan-domain-auth-verification/latest-by-scala-version.svg?platform=jvm)](https://index.scala-lang.org/guardian/pan-domain-authentication/pan-domain-auth-verification)

```scala
libraryDependencies += "com.gu" %% "pan-domain-auth-verification" % "<<LATEST_VERSION>>"
Expand All @@ -193,7 +193,7 @@ Play version 2.8 is supported on Scala 2.12 and 2.13.
Play version 2.7 is supported up until v1.3.0.
Play version 2.6 is supported up until v0.9.2.

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.gu/pan-domain-auth-core_2.13/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.gu/pan-domain-auth-core_2.13)
[![pan-domain-auth-core Scala version support](https://index.scala-lang.org/guardian/pan-domain-authentication/pan-domain-auth-core/latest-by-scala-version.svg?platform=jvm)](https://index.scala-lang.org/guardian/pan-domain-authentication/pan-domain-auth-core)

```scala
libraryDependencies += "com.gu" %% "pan-domain-auth-core" % "<<LATEST_VERSION>"
Expand Down

0 comments on commit 19f382e

Please sign in to comment.