Skip to content

Commit

Permalink
Merge pull request #221 from mkurz/only_stable_play_versions_30x
Browse files Browse the repository at this point in the history
[3.0.x] Revert "Allow Play unstable versions"
  • Loading branch information
mkurz authored Oct 25, 2023
2 parents 8ef955c + 7a54aeb commit 82d7efa
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,7 +5,7 @@ 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(org.playframework, play-exceptions)
play_version = maven(org.playframework, play-exceptions, stable)
scala_version = maven(org.scala-lang, scala-library, stable)
# We use `giter8_2.13` to find the latest version of sbt-giter8-scaffold_2.12_1.0
sbt_giter8_scaffold_version = maven(org.foundweekends.giter8, giter8_2.13)

0 comments on commit 82d7efa

Please sign in to comment.