Skip to content

Commit

Permalink
Now with up to date releases...
Browse files Browse the repository at this point in the history
  • Loading branch information
Quafadas committed Dec 23, 2023
1 parent d46ba5f commit 0b8e2d5
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 17 deletions.
6 changes: 4 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,10 @@ object site extends SiteModule {

override def moduleDeps = Seq( scautable.jvm, scautable.js )

override def scalaDocOptions = super.scalaDocOptions() ++ Seq(
"-scastie-configuration", """libraryDependencies += "io.github.quafadas" %% "scautable" % "0.0.5""""
override def scalaDocOptions = super.scalaDocOptions() ++ Seq(
"-scastie-configuration", """libraryDependencies += "io.github.quafadas" %% "scautable" % "0.0.5"""",
"-project", "scautable",
"-project-version", VcsVersion.vcsState().lastTag.getOrElse("0.0.0").replace("v", ""),
)

}
14 changes: 0 additions & 14 deletions scautable/publish-conf.scala

This file was deleted.

12 changes: 11 additions & 1 deletion site/docs/_docs/GettingStarted.mdoc.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@
title: Getting Started
---

# Elevator Pitch
# Import

```scala

//> using dep io.github.quafadas::scautable:{{projectVersion}}

```

# Elevator Pitch - {{projectTitle}}

{{projectVersion}}

```scala mdoc
import scautable.{*, given}
Expand Down
Binary file removed toString.png
Binary file not shown.

0 comments on commit 0b8e2d5

Please sign in to comment.