Skip to content

Commit 83060b1

Browse files
committed
More similar plugins
1 parent 860eaf5 commit 83060b1

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

project/plugins.sbt

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
logLevel := Level.Warn
2-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.9.0")
2+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
33
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.1.0")
4-
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.3.4")
4+
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.4.3")
5+
6+
val circeVersion = "0.14.1"
7+
8+
libraryDependencies ++= Seq(
9+
"io.circe" %% "circe-core" % circeVersion,
10+
"io.circe" %% "circe-yaml" % circeVersion
11+
)
512

613
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")

0 commit comments

Comments
 (0)