We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 860eaf5 commit 83060b1Copy full SHA for 83060b1
project/plugins.sbt
@@ -1,6 +1,13 @@
1
logLevel := Level.Warn
2
-addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.9.0")
+addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
3
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.1.0")
4
-addSbtPlugin("com.47deg" % "sbt-microsites" % "1.3.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
+)
12
13
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
0 commit comments