From 3947b562f39066e49f8afbdc1865a39522ce0494 Mon Sep 17 00:00:00 2001 From: armanbilge Date: Mon, 8 Jan 2024 09:44:07 +0000 Subject: [PATCH] deploy: 18e9bf9eb4ddad718a7553bc13044cce19a8931c --- faq.html | 2 +- index.html | 2 +- site.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/faq.html b/faq.html index 752254c1..aa458a16 100644 --- a/faq.html +++ b/faq.html @@ -227,7 +227,7 @@

How do I manage my Scala.js and Scala Native versions?

We recommend explicitly setting your Scala.js and Scala Native versions in project/plugins.sbt.

-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0")
+        
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0")
 addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.16")

sbt-typelevel ships with a conservative Scala.js and Scala Native version to enable certain settings. If one of your dependencies requires a newer version you may experience failures in the scalaJSLink or nativeLink CI steps.

diff --git a/index.html b/index.html index 08758d00..6b1c496b 100644 --- a/index.html +++ b/index.html @@ -203,7 +203,7 @@

ThisBuild / organization := "org.typelevel" ThisBuild / organizationName := "Typelevel" -ThisBuild / startYear := Some(2023) +ThisBuild / startYear := Some(2024) ThisBuild / licenses := Seq(License.Apache2) ThisBuild / developers ++= List( // your GitHub handle and name diff --git a/site.html b/site.html index 8b639851..5d6b8284 100644 --- a/site.html +++ b/site.html @@ -254,7 +254,7 @@

How can I include my project version on the website?

sbt-typelevel-site automatically adds VERSION and SNAPSHOT_VERSION to the mdocVariables setting which can be used with variable injection.

-

For example, the sbt-typelevel VERSION is 0.6.4 and SNAPSHOT_VERSION is 0.6.4-5-0cd3ed5-SNAPSHOT.

+

For example, the sbt-typelevel VERSION is 0.6.4 and SNAPSHOT_VERSION is 0.6.4-9-18e9bf9-SNAPSHOT.

How can I publish "unidoc" API docs?

If you generate your API documentation with sbt-unidoc,