File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,9 @@ libraryDependencies ++= Seq(
6363 " com.lihaoyi" %%% " scalatags" % " 0.6.7" % Test
6464)
6565
66+ jsDependencies +=
67+ " org.webjars" % " jquery" % " 3.3.1" % Test / " 3.3.1/jquery.js" minified " 3.3.1/jquery.min.js"
68+
6669lazy val root = project.in(file(" ." ))
6770 .enablePlugins(ScalaJSPlugin )
6871 .settings(commonJSSettings)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import sbt._
33
44object Dependencies {
55 val udashCoreVersion = " 0.6.1"
6- val udashJQueryVersion = " 1.2 .0"
6+ val udashJQueryVersion = " 2.0 .0"
77
88 val deps = Def .setting(Seq [ModuleID ](
99 " io.udash" %%% " udash-core-frontend" % udashCoreVersion,
@@ -12,5 +12,5 @@ object Dependencies {
1212
1313 val jsDeps = Def .setting(Seq [JSModuleID ](
1414 " org.webjars" % " jquery" % " 3.3.1" / " 3.3.1/jquery.js" minified " 3.3.1/jquery.min.js"
15- )
15+ ))
1616}
You can’t perform that action at this time.
0 commit comments