diff --git a/src/main/g8/conf/logback.xml b/src/main/g8/conf/logback.xml index 23f6dd6..ab6c2b1 100644 --- a/src/main/g8/conf/logback.xml +++ b/src/main/g8/conf/logback.xml @@ -14,7 +14,7 @@ ${application.home:-.}/logs/application.log UTF-8 - %d{yyyy-MM-dd HH:mm:ss} %highlight(%-5level) %cyan(%logger{36}) %magenta(%X{akkaSource}) %msg%n + %d{yyyy-MM-dd HH:mm:ss} %highlight(%-5level) %cyan(%logger{36}) %magenta(%X{pekkoSource}) %msg%n @@ -27,7 +27,7 @@ UTF-8 - %d{yyyy-MM-dd HH:mm:ss} %highlight(%-5level) %cyan(%logger{36}) %magenta(%X{akkaSource}) %msg%n + %d{yyyy-MM-dd HH:mm:ss} %highlight(%-5level) %cyan(%logger{36}) %magenta(%X{pekkoSource}) %msg%n diff --git a/src/main/g8/default.properties b/src/main/g8/default.properties index a2baf5e..703b0dc 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(org.playframework, play-exceptions) 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) diff --git a/src/main/g8/project/plugins.sbt b/src/main/g8/project/plugins.sbt index 06e373d..56c13aa 100644 --- a/src/main/g8/project/plugins.sbt +++ b/src/main/g8/project/plugins.sbt @@ -1,5 +1,5 @@ // The Play plugin -addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "$play_version$") +addSbtPlugin("org.playframework" % "sbt-plugin" % "$play_version$") // Defines scaffolding (found under .g8 folder) // http://www.foundweekends.org/giter8/scaffolding.html