Skip to content

Commit 1fa38dd

Browse files
committed
build file clean-up
1 parent 4ed5f39 commit 1fa38dd

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

build.sbt

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ lazy val sharedSettings = Seq(
99
, "com.lihaoyi" %%% "upickle" % "0.2.5"
1010
, "com.lihaoyi" %%% "autowire" % "0.2.3"
1111
),
12-
scalaVersion := "2.11.4",
12+
scalaVersion := "2.11.5",
1313
scalacOptions ++= Seq("-deprecation", "-feature")
1414
)
1515

@@ -21,16 +21,9 @@ lazy val client = project.in(file("client"))
2121
resolvers += bintray.Opts.resolver.repo("denigma", "denigma-releases"),
2222
libraryDependencies ++= Seq(
2323
"org.scala-lang.modules.scalajs" %%% "scalajs-dom" % "0.6"
24-
, "com.github.japgolly.scalajs-react" %%% "core" % "0.7.0"
25-
// , "com.github.japgolly.scalajs-react" %%% "test" % "0.7.0" % "test"
26-
// , "com.github.japgolly.scalajs-react" %%% "ext-scalaz71" % "0.7.0"
27-
// , "com.github.japgolly.scalajs-react" %%% "ext-monocle" % "0.7.0"
28-
, "com.github.japgolly.scalajs-react" %%% "extra" % "0.7.0"
2924
, "org.scalajs" %%% "threejs" % "0.0.68-0.1.1"
3025
),
3126
ScalaJSKeys.jsDependencies ++= Seq(
32-
"org.webjars" % "react" % "0.12.1" / "react-with-addons.js" commonJSName "React",
33-
"org.webjars" % "showdown" % "0.3.1" / "showdown.js" commonJSName "Showdown",
3427
"org.webjars" % "three.js" % "r68" / "three.js" commonJSName "Three",
3528
scala.scalajs.sbtplugin.RuntimeDOM),
3629
// creates single js resource file for easy integration in html page

0 commit comments

Comments
 (0)