Skip to content

Commit

Permalink
Bump scala js version to 0.6.20
Browse files Browse the repository at this point in the history
  • Loading branch information
BenFradet committed Sep 18, 2017
1 parent d233edc commit 842f6cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/ProjectPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ object ProjectPlugin extends AutoPlugin {
ScalaJSBadge.apply(_),
GitHubIssuesBadge.apply(_)
),
orgSupportedScalaJSVersion := Some("0.6.15"),
orgSupportedScalaJSVersion := Some("0.6.20"),
orgScriptTaskListSetting ++= List(
(ScoverageKeys.coverageAggregate in Test).asRunnableItemFull,
"docs/tut".asRunnableItem
Expand Down
3 changes: 2 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.7.0")
addSbtPlugin(
"com.47deg" % "sbt-org-policies" % "0.5.4" exclude ("io.get-coursier", "sbt-coursier"))
"com.47deg" % "sbt-org-policies" % "0.6.4" exclude ("io.get-coursier", "sbt-coursier"))

0 comments on commit 842f6cd

Please sign in to comment.