File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 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
77Add the following dependency to your SBT build:
88
99``` scala
10- libraryDependencies += " io.udash" %%% " udash-jquery" % " 3.0.0 "
10+ libraryDependencies += " io.udash" %%% " udash-jquery" % " 3.0.2 "
1111```
1212
1313then import the jQuery package:
Original file line number Diff line number Diff line change 33name := " udash-jquery"
44
55inThisBuild(Seq (
6- version := " 3.0.1 " ,
6+ version := " 3.0.2 " ,
77 organization := " io.udash" ,
88))
99
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+
42
53object Dependencies {
64 val udashCoreVersion = " 0.8.1"
7- val udashJQueryVersion = " 3.0.1 "
5+ val udashJQueryVersion = " 3.0.2 "
86
97 val deps = Def .setting(Seq [ModuleID ](
108 " io.udash" %%% " udash-core" % udashCoreVersion,
You can’t perform that action at this time.
0 commit comments