Skip to content

Commit

Permalink
Revert "Allow Play unstable versions"
Browse files Browse the repository at this point in the history
This reverts commit 1234c9e.
  • Loading branch information
mkurz committed Nov 7, 2022
1 parent 615baff commit 55076dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/g8/default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ verbatim=*.css *.js *.png logback.xml

# We use `play-exceptions` artifact as undependend of Scala version
# just to find the latest version of Play in Maven Central
play_version = maven(com.typesafe.play, play-exceptions)
play_version = maven(com.typesafe.play, play-exceptions, stable)
scala_version = maven(org.scala-lang, scala-library, stable)

0 comments on commit 55076dc

Please sign in to comment.