Skip to content

Commit a44a480

Browse files
committed
scala-js: release notes updated
1 parent 95e9fa5 commit a44a480

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

build.sbt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,8 @@ lazy val commonSettings = Seq(
3232
)
3333
),
3434
libraryDependencies ++= Seq(
35-
// scalaOrganization.value % "scala-reflect" % scalaVersion.value % "provided",
3635
"org.rudogma" %%% "supertagged" % "2.0-RC2",
3736
"org.scorexfoundation" %%% "scorex-util" % "0.1.8-20-565873cd-SNAPSHOT",
38-
3937
"org.scalatest" %%% "scalatest" % "3.3.0-SNAP3" % Test,
4038
"org.scalatest" %%% "scalatest-propspec" % "3.3.0-SNAP3" % Test,
4139
"org.scalatest" %%% "scalatest-shouldmatchers" % "3.3.0-SNAP3" % Test,
@@ -47,7 +45,6 @@ lazy val commonSettings = Seq(
4745
)
4846

4947

50-
5148
Test / publishArtifact := false
5249

5350

release-notes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2+
**3.0.0**
3+
---------
4+
5+
* CI configuration for Scala.js
6+
* configuration of SBT with necessary JS dependencies (@noble/hashes) using ScalablyTyped
7+
* removed all Java dependencies
8+
* necessary code changes for Scala.js cross-compilation
9+
* some classes moved to JVM-only module
10+
111
**2.2.1**
212
---------
313

0 commit comments

Comments
 (0)