Skip to content

Commit d482901

Browse files
godenjiAugustNagro
authored andcommitted
update deps
1 parent 84ada3c commit d482901

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

build.sbt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ lazy val root = project
77
version := "0.3.1-SNAPSHOT",
88
versionScheme := Some("early-semver"),
99

10-
scalaVersion := "3.0.0",
11-
// todo remove when fixed: https://github.com/lampepfl/dotty/issues/11943
12-
Compile / doc / sources := Seq(),
10+
scalaVersion := "3.0.1",
1311

1412
libraryDependencies ++= Seq(
1513
"org.getshaka" %%% "native-converter" % "0.5.0"

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.5.2
1+
sbt.version=1.5.5

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.5.1")
1+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.6.0")
22
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")

0 commit comments

Comments
 (0)