We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84ada3c commit d482901Copy full SHA for d482901
build.sbt
@@ -7,9 +7,7 @@ lazy val root = project
7
version := "0.3.1-SNAPSHOT",
8
versionScheme := Some("early-semver"),
9
10
- scalaVersion := "3.0.0",
11
- // todo remove when fixed: https://github.com/lampepfl/dotty/issues/11943
12
- Compile / doc / sources := Seq(),
+ scalaVersion := "3.0.1",
13
14
libraryDependencies ++= Seq(
15
"org.getshaka" %%% "native-converter" % "0.5.0"
project/build.properties
@@ -1 +1 @@
1
-sbt.version=1.5.2
+sbt.version=1.5.5
project/plugins.sbt
@@ -1,2 +1,2 @@
-addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.5.1")
+addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.6.0")
2
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
0 commit comments