File tree Expand file tree Collapse file tree 5 files changed +7
-8
lines changed Expand file tree Collapse file tree 5 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 18
18
strategy :
19
19
fail-fast : false
20
20
matrix :
21
- scala : [ 2.12.14, 2. 13.6 ]
21
+ scala : [ 2.13.12 ]
22
22
command : [ test ]
23
23
steps :
24
24
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1
1
# udash-jquery [ <img align =" right " height =" 50px " src =" https://avsystem.github.io/Anjay-doc/_images/avsystem_logo.png " >] ( http://www.avsystem.com/ )
2
- ![ Build Status ] ( https://github.com/UdashFramework/scala-js-jquery.svg/workflows/CI/badge.svg?branch=master&event=push )
3
- [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/io.udash/udash-jquery_sjs1_2.13/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/io.udash/udash-jquery_sjs1_2.13 )
2
+
3
+ [ ![ CI ] ( https://github.com/UdashFramework/scala-js-jquery/actions/workflows/ci.yml/badge.svg )] ( https://github.com/UdashFramework/scala-js-jquery/actions/workflows/ci.yml ) [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/io.udash/udash-jquery_sjs1_2.13/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/io.udash/udash-jquery_sjs1_2.13 )
4
4
[ ![ Join the chat at https://gitter.im/UdashFramework/scala-js-jquery ] ( https://badges.gitter.im/UdashFramework/scala-js-jquery.svg )] ( https://gitter.im/UdashFramework/scala-js-jquery?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
5
5
6
6
Static types for the jQuery API for [ Scala.js] ( http://www.scala-js.org/ ) programs.
@@ -10,7 +10,7 @@ Static types for the jQuery API for [Scala.js](http://www.scala-js.org/) program
10
10
Add the following dependency to your SBT build:
11
11
12
12
``` scala
13
- libraryDependencies += " io.udash" %%% " udash-jquery" % " 3.2 .0"
13
+ libraryDependencies += " io.udash" %%% " udash-jquery" % " 3.3 .0"
14
14
```
15
15
16
16
then import the jQuery package:
Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ inThisBuild(Seq(
6
6
))
7
7
8
8
val commonSettings = Seq (
9
- scalaVersion := " 2.13.6" ,
10
- crossScalaVersions := Seq (" 2.13.6" , " 2.12.15" ),
9
+ scalaVersion := " 2.13.12" ,
11
10
scalacOptions ++= Seq (
12
11
" -feature" ,
13
12
" -deprecation" ,
Original file line number Diff line number Diff line change 1
1
# suppress inspection "UnusedProperty"
2
- sbt.version =1.9.2
2
+ sbt.version =1.9.6
Original file line number Diff line number Diff line change 1
1
logLevel := Level .Warn
2
2
3
- addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.13.2 " )
3
+ addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.14.0 " )
4
4
addSbtPlugin(" ch.epfl.scala" % " sbt-scalajs-bundler" % " 0.21.1" )
5
5
addSbtPlugin(" org.scala-js" % " sbt-jsdependencies" % " 1.0.2" )
6
6
You can’t perform that action at this time.
0 commit comments