Skip to content

Commit 03bdc52

Browse files
authored
Merge pull request scalameta#727 from scalameta/update/sbt-1.8.0
Update sbt, scripted-plugin to 1.8.0
2 parents 6138566 + 90d5fbc commit 03bdc52

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version = 1.7.3
1+
sbt.version = 1.8.0
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version = 1.7.3
1+
sbt.version = 1.8.0

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.7.3
1+
sbt.version=1.8.0

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
22
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")
33
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.9.0")
4-
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.20.0")
4+
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.1")
55

66
libraryDependencies ++= List(
77
"org.jsoup" % "jsoup" % "1.12.1",

0 commit comments

Comments
 (0)