Skip to content

Commit

Permalink
[#141] Build dist for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
javieriserte committed Dec 20, 2024
1 parent be4f164 commit ec47583
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.1.5")
// Use the Play sbt plugin for Play projects
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.3.10")

addSbtPlugin("com.typesafe.sbt" % "sbt-jshint" % "1.0.6")
addSbtPlugin("com.typesafe.sbt" % "sbt-jshint" % "1.0.1")

addSbtPlugin("com.typesafe.sbt" % "sbt-less" % "1.0.0")

addSbtPlugin("com.typesafe.sbt" % "sbt-rjs" % "1.0.10")
addSbtPlugin("com.typesafe.sbt" % "sbt-rjs" % "1.0.0")

addSbtPlugin("com.typesafe.sbt" % "sbt-digest" % "1.0.0")

Expand All @@ -34,3 +34,4 @@ resolvers += Classpaths.sbtPluginReleases
addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "0.99.7.1")

addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.6.0")

0 comments on commit ec47583

Please sign in to comment.