aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2018-03-01 13:18:10 +1000
committerGitHub <noreply@github.com>2018-03-01 13:18:10 +1000
commit59da3699766be57a51b4c6b8c4bd6e6b611d5ae8 (patch)
tree69d4c3bc5cee64acb7259c43c0e0befc9c293022
parentb906b355af2f01953133fd8ae4681b0ca3462b25 (diff)
parent35efd368cc6cb34da7d854f811fa46ca54950112 (diff)
downloadscala-async-59da3699766be57a51b4c6b8c4bd6e6b611d5ae8.tar.gz
scala-async-59da3699766be57a51b4c6b8c4bd6e6b611d5ae8.tar.bz2
scala-async-59da3699766be57a51b4c6b8c4bd6e6b611d5ae8.zip
Merge pull request #189 from retronym/topic/bump-sbt-module
Update sbt-scala-module plugin to avoid inlining from stdlib
-rw-r--r--project/plugins.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 314c55a..005d1e2 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1 +1 @@
-addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "1.0.13")
+addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "1.0.14")