Skip to content

Commit

Permalink
Build: Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
raquo committed May 9, 2024
1 parent 05d54e6 commit c907416
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

As an end user, the only breaking chages you care about in this log are renamings or codec changes.

#### v18.1.0 – May 2024

* New: Support for Touch events (Thanks, [@felher](https://github.com/felher)!)
* Fix: fuchsia color spelling
* Build: Bump versions incl. Scala.js to 1.16.0

#### v18.0.0 – Dec 2023

* **New: Output alias links in generated docs**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
_Scala DOM Types_ provides listings of Javascript HTML and SVG tags as well as their attributes, DOM properties, and CSS styles, including the corresponding type information.

"com.raquo" %% "domtypes" % "<version>" // JVM & SBT
"com.raquo" %%% "domtypes" % "<version>" // Scala.js 1.14.0
"com.raquo" %%% "domtypes" % "<version>" // Scala.js 1.16.0+

_Scala DOM Types_ is used by the following Scala.js UI libraries:

Expand Down
8 changes: 4 additions & 4 deletions project/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ object Versions {

val Scala_2_12 = "2.12.17"

val Scala_2_13 = "2.13.10"
val Scala_2_13 = "2.13.14"

val Scala_3 = "3.3.0"
val Scala_3 = "3.3.3"

// -- Dependencies --

val ScalaJsDom = "2.6.0"
val ScalaJsDom = "2.8.0"

// -- Test --

val ScalaTest = "3.2.14"

val Ew = "0.1.2"
val Ew = "0.2.0"

val JsDom = "20.0.3"

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
logLevel := Level.Warn

addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")

addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0")

Expand Down

0 comments on commit c907416

Please sign in to comment.