-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathplugins.sbt
More file actions
16 lines (14 loc) · 1.06 KB
/
plugins.sbt
File metadata and controls
16 lines (14 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.3")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.8.1")
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.6.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")
addSbtPlugin("com.github.reibitto" % "sbt-welcome" % "0.5.0")
addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.4.8")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1")
libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "3.0.1"
resolvers ++= Resolver.sonatypeOssRepos("public")