Skip to content

Commit 4fd23a3

Browse files
committed
Prepare 3.3.0 release
1 parent ad6342a commit 4fd23a3

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
scala: [ 2.12.14, 2.13.6 ]
21+
scala: [ 2.13.12 ]
2222
command: [ test ]
2323
steps:
2424
- uses: actions/checkout@v2

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 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)
44
[![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)
55

66
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
1010
Add the following dependency to your SBT build:
1111

1212
```scala
13-
libraryDependencies += "io.udash" %%% "udash-jquery" % "3.2.0"
13+
libraryDependencies += "io.udash" %%% "udash-jquery" % "3.3.0"
1414
```
1515

1616
then import the jQuery package:

build.sbt

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ inThisBuild(Seq(
66
))
77

88
val commonSettings = Seq(
9-
scalaVersion := "2.13.6",
10-
crossScalaVersions := Seq("2.13.6", "2.12.15"),
9+
scalaVersion := "2.13.12",
1110
scalacOptions ++= Seq(
1211
"-feature",
1312
"-deprecation",

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# suppress inspection "UnusedProperty"
2-
sbt.version=1.9.2
2+
sbt.version=1.9.6

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
logLevel := Level.Warn
22

3-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2")
3+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0")
44
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.1")
55
addSbtPlugin("org.scala-js" % "sbt-jsdependencies" % "1.0.2")
66

0 commit comments

Comments
 (0)