Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustNagro committed May 30, 2023
1 parent 84f4801 commit 3cb4087
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ lazy val root = project
name := "shaka",
version := "0.5.1-SNAPSHOT",
versionScheme := Some("early-semver"),
scalaVersion := "3.2.2",
scalaVersion := "3.3.0",
libraryDependencies ++= Seq(
"org.getshaka" %%% "native-converter" % "0.8.0",
"org.scala-js" %%% "scalajs-dom" % "2.4.0"
"org.getshaka" %%% "native-converter" % "0.9.0",
"org.scala-js" %%% "scalajs-dom" % "2.6.0"
),

// publishing settings
Expand Down

0 comments on commit 3cb4087

Please sign in to comment.