Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Scala.js and set Scala.js version in docs #664

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/docs/supported-transformations.md
Original file line number Diff line number Diff line change
@@ -916,6 +916,7 @@ This allows using `.enableBeanSetters` to handle transformations of Scala.js' `j
```scala
//> using scala {{ scala.2_13 }}
//> using platform scala-js
//> using jsVersion {{ scala.js }}
//> using dep io.scalaland::chimney::{{ chimney_version() }}
import scala.scalajs.js
import scala.scalajs.js.annotation.JSGlobal
1 change: 1 addition & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -93,6 +93,7 @@ extra:
2_12: "2.12.20"
2_13: "2.13.15"
3: "3.3.4"
js: "1.18.1"
libraries:
cats: "2.12.0"
scala_automapper: "0.7.0"
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2")
// cross-compile
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.1")
addSbtPlugin("com.indoorvivants" % "sbt-commandmatrix" % "0.0.5")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.1")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.6")
// publishing
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")