From a17ba0fb64a65f6c2ec28abedeb19802e5f921f7 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Tue, 4 Oct 2022 10:40:00 +0200 Subject: [PATCH] Revert "Allow Play unstable versions" This reverts commit 1234c9ef2479602d85e2a3d49dfdfbe30d6f4779. --- src/main/g8/default.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/g8/default.properties b/src/main/g8/default.properties index a2baf5e..a3ab96a 100644 --- a/src/main/g8/default.properties +++ b/src/main/g8/default.properties @@ -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(com.typesafe.play, play-exceptions) +play_version = maven(com.typesafe.play, 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)