This repository was archived by the owner on Jul 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ categories:
23
23
change-template : ' - $TITLE @$AUTHOR (#$NUMBER)'
24
24
sort-by : ' title'
25
25
template : |
26
- ### Remakrs
26
+ ### Remarks
27
27
Icon 💥 stands for breaking change.
28
28
29
29
$CHANGES
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ Add below line to your SBT project.
25
25
26
26
``` sbt
27
27
// For Node.js v10 LTS (Will be dropped on 2021-4-30)
28
- libraryDependencies += " net.exoego" %%% " scala-js-nodejs-v10" % " 0.12 .0"
28
+ libraryDependencies += " net.exoego" %%% " scala-js-nodejs-v10" % " 0.13 .0"
29
29
// For Node.js v12 LTS
30
- libraryDependencies += " net.exoego" %%% " scala-js-nodejs-v12" % " 0.12 .0"
30
+ libraryDependencies += " net.exoego" %%% " scala-js-nodejs-v12" % " 0.13 .0"
31
31
// For Node.js v14 LTS
32
- libraryDependencies += " net.exoego" %%% " scala-js-nodejs-v14" % " 0.12 .0"
32
+ libraryDependencies += " net.exoego" %%% " scala-js-nodejs-v14" % " 0.13 .0"
33
33
```
34
34
35
35
## Example of code
Original file line number Diff line number Diff line change 2
2
3
3
cat ./version.sbt
4
4
5
+ export LANG=C
5
6
sbt clean +publishSigned sonatypeBundleUpload sonatypeReleaseAll
Original file line number Diff line number Diff line change 1
- version in ThisBuild := " 0.12 .0"
1
+ version in ThisBuild := " 0.13 .0"
You can’t perform that action at this time.
0 commit comments