Skip to content

Commit

Permalink
Try to fix failed ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor-podzigun committed Jul 8, 2020
1 parent 8750fe5 commit 4cd9dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/scommons/sbtplugin/util/BundlesUtils.scala
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ object BundlesUtils {
if (!bundle.exists() || bundle.lastModified() < lastModified) {
generated = generated :+ bundle

val content = bundleFiles.map { file =>
val content = bundleFiles.sortBy(_.getName).map { file =>
Json.obj(
"file" -> file.getName,
"content" -> IO.read(file)
Expand Down

0 comments on commit 4cd9dbc

Please sign in to comment.