From c8fca5d87704183c174ec71ebd68441f7ce7ec55 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 9 Jul 2019 05:13:06 +0200 Subject: [PATCH] Update sbt-example to 2.0.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index fe72b560..d7e80d63 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,4 +4,4 @@ addSbtPlugin("com.thoughtworks.sbt-scala-js-map" % "sbt-scala-js-map" % "2.0.0") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.28") -addSbtPlugin("com.thoughtworks.example" % "sbt-example" % "2.0.2") +addSbtPlugin("com.thoughtworks.example" % "sbt-example" % "2.0.4")