Skip to content

Commit 1ceebb4

Browse files
committed
Set version to 3.0.2
1 parent 3f14b9f commit 1ceebb4

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Static types for the jQuery API for [Scala.js](http://www.scala-js.org/) program
77
Add 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

1313
then import the jQuery package:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name := "udash-jquery"
44

55
inThisBuild(Seq(
6-
version := "3.0.1",
6+
version := "3.0.2",
77
organization := "io.udash",
88
))
99

example/project/Dependencies.scala

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
import org.scalajs.sbtplugin.ScalaJSPlugin.autoImport._
2-
import org.portablescala.sbtplatformdeps.PlatformDepsPlugin.autoImport._
3-
import sbt._
1+
42

53
object 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,

0 commit comments

Comments
 (0)