Skip to content

Commit

Permalink
Merge pull request scalameta#727 from scalameta/update/sbt-1.8.0
Browse files Browse the repository at this point in the history
Update sbt, scripted-plugin to 1.8.0
  • Loading branch information
mergify[bot] authored Dec 9, 2022
2 parents 6138566 + 90d5fbc commit 03bdc52
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.7.3
sbt.version = 1.8.0
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.7.3
sbt.version = 1.8.0
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.7.3
sbt.version=1.8.0
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.9.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.20.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.1")

libraryDependencies ++= List(
"org.jsoup" % "jsoup" % "1.12.1",
Expand Down

0 comments on commit 03bdc52

Please sign in to comment.