File tree Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 32
32
with :
33
33
java-version : " 11"
34
34
distribution : temurin
35
+ - uses : sbt/setup-sbt@v1
35
36
- name : Cache SBT
36
37
uses : actions/cache@v3
37
38
with :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ libraryDependencies ++= {
10
10
}
11
11
}
12
12
13
- libraryDependencies += " org.scalatest" %%% " scalatest" % " 3.2.16 " % Test
13
+ libraryDependencies += " org.scalatest" %%% " scalatest" % " 3.2.19 " % Test
14
14
15
15
libraryDependencies ++= {
16
16
if (scalaBinaryVersion.value == " 2.13" ) {
Original file line number Diff line number Diff line change @@ -3,3 +3,7 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
3
3
addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.18.2" )
4
4
5
5
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" )
Original file line number Diff line number Diff line change 1
1
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 "
3
3
)
You can’t perform that action at this time.
0 commit comments