From 5d3b2f53cdf7eae50f0e244e6d574d1a176e46f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=8D=9A=20=28Yang=20Bo=29?= Date: Sat, 30 Mar 2019 22:44:42 +0800 Subject: [PATCH] Remove the workaround for https://github.com/maxcellent/javadoc.io/issues/14 Since the bug has been fixed --- build.sbt | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.sbt b/build.sbt index d1959fc..0ad12ce 100644 --- a/build.sbt +++ b/build.sbt @@ -2,8 +2,6 @@ ThisBuild / organization := "com.thoughtworks.binding" name := "LatestEvent" -dynverSeparator in ThisBuild := "-" - enablePlugins(ScalaJSPlugin) libraryDependencies += "org.scala-js" %%% "scalajs-dom" % "0.9.6"