Skip to content

Commit

Permalink
Set scala version in docs project (#383)
Browse files Browse the repository at this point in the history
* Set scala version in docs project

* Formatting
  • Loading branch information
svroonland authored Oct 20, 2023
1 parent 4c2f7d9 commit 4a9166a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ lazy val docs = project
.enablePlugins(ScalaUnidocPlugin)
.settings(commonJvmSettings)
.settings(
scalaVersion := mainScala,
name := "rezilience",
publish / skip := true,
description := "ZIO-native utilities for making asynchronous systems more resilient to failures",
Expand Down

0 comments on commit 4a9166a

Please sign in to comment.