File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11scala-js-jquery
22===============
33
4+ [ ![ Build Status] ( https://travis-ci.org/scala-js/scala-js-jquery.svg?branch=master )] ( https://travis-ci.org/scala-js/scala-js-jquery )
5+ [ ![ Scala.js] ( https://www.scala-js.org/assets/badges/scalajs-0.6.6.svg )] ( https://www.scala-js.org/ )
6+
47Static types for the jQuery API for [ Scala.js] ( http://www.scala-js.org/ ) programs.
58
69Usage
710-----
811
912Add the following to your sbt build definition:
1013
11- libraryDependencies += "be.doeraene" %%% "scalajs-jquery" % "0.8.1 "
14+ libraryDependencies += "be.doeraene" %%% "scalajs-jquery" % "0.9.0 "
1215
1316then enjoy the types available in ` org.scalajs.jquery ` .
1417
15- scalajs-jquery 0.8.1 is built and published for Scala.js 0.6.x , with both
16- Scala 2.10 and 2.11.
18+ scalajs-jquery 0.9.0 is built and published for Scala.js 0.6.6 and later , with
19+ both Scala 2.10 and 2.11.
1720
1821License
1922-------
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name := "Scala.js jQuery"
55
66normalizedName := " scalajs-jquery"
77
8- version := " 0.9.0-SNAPSHOT "
8+ version := " 0.9.0"
99
1010organization := " be.doeraene"
1111
You can’t perform that action at this time.
0 commit comments