Skip to content

Commit

Permalink
Misc: Bump tuplez version
Browse files Browse the repository at this point in the history
Squash this later: Fix import
  • Loading branch information
raquo committed Jan 21, 2021
1 parent 9e51af5 commit f181f35
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ enablePlugins(ScalaJSBundlerPlugin)

libraryDependencies ++= Seq(
"org.scala-js" %%% "scalajs-dom" % "1.1.0",
"app.tulz" %%% "tuplez-full-light" % "0.3.1",
"app.tulz" %%% "tuplez-full-light" % "0.3.3",
"org.scalatest" %%% "scalatest" % "3.2.0" % Test
)

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
logLevel := Level.Warn

addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.1.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.3.1")

addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.18.0")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package com.raquo.airstream.timing

import com.raquo.airstream.UnitSpec
import com.raquo.airstream.core.Observer
import com.raquo.airstream.debug.Debugger
import com.raquo.airstream.fixtures.{Calculation, Effect, TestableOwner}
import com.raquo.airstream.state.Var

Expand Down

0 comments on commit f181f35

Please sign in to comment.