Skip to content

Commit

Permalink
Upgrade to latest libraries (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmunier committed Dec 17, 2021
1 parent 7801700 commit a1dbbdb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
version = "2.7.5"
version = "3.2.1"
maxColumn = 120
project.git = true
docstrings = JavaDoc
runner.dialect = scala213
docstrings.style = Asterisk
docstrings.wrap = "no"
rewrite {
rules = [
AvoidInfix,
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ enablePlugins(SbtPlugin)

name := "sbt-web-scalajs"

addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.7.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.8.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-web" % "1.4.4")

scalacOptions ++= Seq(
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value

addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.5")

0 comments on commit a1dbbdb

Please sign in to comment.