From 245c276f2ced5f861bd7d53154d1c977d9298721 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Thu, 17 May 2018 18:32:25 +0200 Subject: [PATCH] use latest sbt-scala-module the release notes promise more JDK9 friendliness, which interests me in case it helps in the 2.12.x/JDK9 community build. but also just generally good to have all the modules on the latest. --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ddba7a8b5..fdd0d207a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ -addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "1.0.12") +addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "1.0.14") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.22")