Skip to content

Commit 61a952d

Browse files
authored
Merge branch '12.x' into update/sbt-scalajs-1.18.2
2 parents 8abaf3f + 4200df4 commit 61a952d

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

.github/workflows/scala.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
with:
3333
java-version: "11"
3434
distribution: temurin
35+
- uses: sbt/setup-sbt@v1
3536
- name: Cache SBT
3637
uses: actions/cache@v3
3738
with:

Binding/shared/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ libraryDependencies ++= {
1010
}
1111
}
1212

13-
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.16" % Test
13+
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.19" % Test
1414

1515
libraryDependencies ++= {
1616
if (scalaBinaryVersion.value == "2.13") {

project/plugins.sbt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
33
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.2")
44

55
addSbtPlugin("com.thoughtworks.sbt-scala-js-map" % "sbt-scala-js-map" % "4.1.1")
6+
7+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
8+
9+
addSbtPlugin("com.thoughtworks.example" % "sbt-example" % "9.3.1")

project/sbt-best-practice.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
addSbtPlugin(
2-
"com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "8.3.0"
2+
"com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "8.3.1"
33
)

0 commit comments

Comments
 (0)