Skip to content

Commit a9d2f90

Browse files
committed
Merge pull request #5 from UdashFramework/libs-update
Libs update
2 parents b84ec18 + 406e29a commit a9d2f90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ scalacOptions in ThisBuild ++= Seq(
1616
)
1717

1818
libraryDependencies ++= Seq(
19-
"org.scala-js" %%% "scalajs-dom" % "0.8.2",
19+
"org.scala-js" %%% "scalajs-dom" % "0.9.0",
2020
"org.scalatest" %%% "scalatest" % "3.0.0-M15" % Test,
2121
"com.lihaoyi" %%% "scalatags" % "0.5.4" % Test
2222
)

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
logLevel := Level.Warn
22

3-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.6")
3+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.7")

0 commit comments

Comments
 (0)