File tree 3 files changed +4
-6
lines changed
3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Static types for the jQuery API for [Scala.js](http://www.scala-js.org/) program
7
7
Add the following dependency to your SBT build:
8
8
9
9
``` scala
10
- libraryDependencies += " io.udash" %%% " udash-jquery" % " 3.0.0 "
10
+ libraryDependencies += " io.udash" %%% " udash-jquery" % " 3.0.2 "
11
11
```
12
12
13
13
then import the jQuery package:
Original file line number Diff line number Diff line change 3
3
name := " udash-jquery"
4
4
5
5
inThisBuild(Seq (
6
- version := " 3.0.1 " ,
6
+ version := " 3.0.2 " ,
7
7
organization := " io.udash" ,
8
8
))
9
9
Original file line number Diff line number Diff line change 1
- import org .scalajs .sbtplugin .ScalaJSPlugin .autoImport ._
2
- import org .portablescala .sbtplatformdeps .PlatformDepsPlugin .autoImport ._
3
- import sbt ._
1
+
4
2
5
3
object Dependencies {
6
4
val udashCoreVersion = " 0.8.1"
7
- val udashJQueryVersion = " 3.0.1 "
5
+ val udashJQueryVersion = " 3.0.2 "
8
6
9
7
val deps = Def .setting(Seq [ModuleID ](
10
8
" io.udash" %%% " udash-core" % udashCoreVersion,
You can’t perform that action at this time.
0 commit comments