diff --git a/README.md b/README.md index f728a0c..77158a1 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Static types for the jQuery API for [Scala.js](http://www.scala-js.org/) program Add the following dependency to your SBT build: ```scala -libraryDependencies += "io.udash" %%% "udash-jquery" % "3.0.0" +libraryDependencies += "io.udash" %%% "udash-jquery" % "3.0.2" ``` then import the jQuery package: diff --git a/build.sbt b/build.sbt index 6bff42d..383767f 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ name := "udash-jquery" inThisBuild(Seq( - version := "3.0.1", + version := "3.0.2", organization := "io.udash", )) diff --git a/example/project/Dependencies.scala b/example/project/Dependencies.scala index d557764..77df420 100644 --- a/example/project/Dependencies.scala +++ b/example/project/Dependencies.scala @@ -1,10 +1,8 @@ -import org.scalajs.sbtplugin.ScalaJSPlugin.autoImport._ -import org.portablescala.sbtplatformdeps.PlatformDepsPlugin.autoImport._ -import sbt._ + object Dependencies { val udashCoreVersion = "0.8.1" - val udashJQueryVersion = "3.0.1" + val udashJQueryVersion = "3.0.2" val deps = Def.setting(Seq[ModuleID]( "io.udash" %%% "udash-core" % udashCoreVersion,