Skip to content

Commit 2f0c8b6

Browse files
Release 0.6.2
1 parent 4456a21 commit 2f0c8b6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.tyrian-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.2-SNAPSHOT
1+
0.6.2

build.sbt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ThisBuild / scalaVersion := scala3Version
1717

1818
lazy val tyrianVersion = TyrianVersion.getVersion
1919
lazy val scala3Version = "3.2.2"
20-
lazy val tyrianDocsVersion = "0.6.1"
20+
lazy val tyrianDocsVersion = "0.6.2"
2121
lazy val scalaJsDocsVersion = "1.13.0"
2222
lazy val scalaDocsVersion = "3.2.2"
2323
lazy val indigoDocsVersion = "0.14.0"
@@ -243,6 +243,7 @@ lazy val unidocs =
243243
.enablePlugins(ScalaJSPlugin, ScalaUnidocPlugin)
244244
.settings(
245245
name := "Tyrian",
246+
neverPublish,
246247
ScalaUnidoc / unidoc / unidocProjectFilter := inAnyProject -- inProjects(
247248
tyrian.jvm,
248249
indigoSandbox.js,
@@ -298,6 +299,7 @@ lazy val firefoxTests =
298299
.in(file("tyrian-firefox-tests"))
299300
.settings(
300301
name := "tyrian-firefox-tests",
302+
neverPublish,
301303
Test / unmanagedSourceDirectories +=
302304
(LocalRootProject / baseDirectory).value / "tyrian-browser-tests" / "src" / "test" / "scala",
303305
commonSettings ++ publishSettings ++ firefoxJsSettings
@@ -312,6 +314,7 @@ lazy val chromeTests =
312314
.in(file("tyrian-chrome-tests"))
313315
.settings(
314316
name := "tyrian-chrome-tests",
317+
neverPublish,
315318
Test / unmanagedSourceDirectories +=
316319
(LocalRootProject / baseDirectory).value / "tyrian-browser-tests" / "src" / "test" / "scala",
317320
commonSettings ++ publishSettings ++ chromeJsSettings

0 commit comments

Comments
 (0)