Skip to content

Commit 212b395

Browse files
authored
Deps (#399)
* Update sbt-scalajs to 1.7.1 * Bump scalafmt up to 3.0.6
1 parent 87508ed commit 212b395

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "3.0.5"
1+
version = "3.0.6"
22
project.git = true
33
runner.dialect = "scala213"
44
assumeStandardLibraryStripMargin = true

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.7.0")
1+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.7.1")
22
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.1.0")
33
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.9")
44

0 commit comments

Comments
 (0)