File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff 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-
5148Test / publishArtifact := false
5249
5350
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments