Skip to content

Commit

Permalink
Set version to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ddworak committed Oct 15, 2019
1 parent 3f14b9f commit 1ceebb4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name := "udash-jquery"

inThisBuild(Seq(
version := "3.0.1",
version := "3.0.2",
organization := "io.udash",
))

Expand Down
6 changes: 2 additions & 4 deletions example/project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 1ceebb4

Please sign in to comment.