File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,9 @@ libraryDependencies ++= Seq(
63
63
" com.lihaoyi" %%% " scalatags" % " 0.6.7" % Test
64
64
)
65
65
66
+ jsDependencies +=
67
+ " org.webjars" % " jquery" % " 3.3.1" % Test / " 3.3.1/jquery.js" minified " 3.3.1/jquery.min.js"
68
+
66
69
lazy val root = project.in(file(" ." ))
67
70
.enablePlugins(ScalaJSPlugin )
68
71
.settings(commonJSSettings)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import sbt._
3
3
4
4
object Dependencies {
5
5
val udashCoreVersion = " 0.6.1"
6
- val udashJQueryVersion = " 1.2 .0"
6
+ val udashJQueryVersion = " 2.0 .0"
7
7
8
8
val deps = Def .setting(Seq [ModuleID ](
9
9
" io.udash" %%% " udash-core-frontend" % udashCoreVersion,
@@ -12,5 +12,5 @@ object Dependencies {
12
12
13
13
val jsDeps = Def .setting(Seq [JSModuleID ](
14
14
" org.webjars" % " jquery" % " 3.3.1" / " 3.3.1/jquery.js" minified " 3.3.1/jquery.min.js"
15
- )
15
+ ))
16
16
}
You can’t perform that action at this time.
0 commit comments