Skip to content

Commit

Permalink
Read Artifact Version From Environment Variable (#1787)
Browse files Browse the repository at this point in the history
* update zio-sbt-website plugin.

* read version from environment.
  • Loading branch information
khajavi authored Nov 17, 2022
1 parent cac1e98 commit 31c4293
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions docs/v1.x/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ Before we dive in, make sure that you have the following on your computer:
To use zio-http, add the following dependencies in your project:

```scala
val ZIOHttpVersion = "1.0.0.0-RC27"

libraryDependencies ++= Seq(
"dev.zio" %% "zio-http" % ZIOHttpVersion,
)
libraryDependencies += "dev.zio" %% "zio-http" % "@VERSION@"
```

## Using Dream11's g8 template
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1")
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.14.2")
addSbtPlugin("ch.epfl.scala" % "sbt-scala3-migrate" % "0.5.1")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.0.0+80-e5b408eb-SNAPSHOT")
addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.0.0+84-6fd7d64e-SNAPSHOT")

resolvers += Resolver.sonatypeRepo("public")

0 comments on commit 31c4293

Please sign in to comment.