Skip to content

Commit

Permalink
Remove old site.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinlfer committed May 10, 2024
1 parent d37b7f7 commit cdb1b42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 101 deletions.
98 changes: 0 additions & 98 deletions .github/workflows/site.yml

This file was deleted.

1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ name := "interop-cats"

inThisBuild(
List(
name := "interop-cats",
organization := "dev.zio",
homepage := Some(url("https://zio.dev")),
licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
Expand Down
5 changes: 2 additions & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
lazy val zioSbtVersion = "0.4.0-alpha.26"
addSbtPlugin("dev.zio" % "zio-sbt-website" % zioSbtVersion)
addSbtPlugin("dev.zio" % "zio-sbt-ci" % zioSbtVersion)

addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
Expand All @@ -11,6 +13,3 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" %
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.6")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.3")

addSbtPlugin("dev.zio" % "zio-sbt-website" % zioSbtVersion)
addSbtPlugin("dev.zio" % "zio-sbt-ci" % zioSbtVersion)

0 comments on commit cdb1b42

Please sign in to comment.