Skip to content

Commit

Permalink
Build: Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
raquo committed Jul 8, 2023
1 parent fba210b commit 04e6659
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* Fix: `xmlns` SVG attribute should have no namespace (see [Laminar#143](https://github.com/raquo/Laminar/issues/143))
* New: `tabIndex` SVG attribute
* New: `selectStart` and `selectionChange` events
* Build: Bump Scala 3 to 3.3.0 LTS, Scala.js, etc.

#### v17.0.0 – Mar 2023

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

val Scala_2_13 = "2.13.10"

val Scala_3 = "3.2.0"
val Scala_3 = "3.3.0"

// -- Dependencies --

val ScalaJsDom = "2.3.0"
val ScalaJsDom = "2.6.0"

// -- Test --

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.9.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2")

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

Expand Down

0 comments on commit 04e6659

Please sign in to comment.