Skip to content

Commit

Permalink
Update tupson
Browse files Browse the repository at this point in the history
  • Loading branch information
sake92 committed May 27, 2024
1 parent 4517a5b commit f0d2036
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ lazy val interpreter = crossProject(JVMPlatform, JSPlatform)
libraryDependencies ++= Seq(
"io.github.cquiroz" %%% "scala-java-time" % "2.5.0",
"com.outr" %%% "reactify" % "4.0.8",
"ba.sake" %%% "tupson" % "0.7.0",
"ba.sake" %%% "tupson" % "0.11.0",
"com.lihaoyi" %%% "utest" % "0.8.1" % Test,
"com.lihaoyi" %%% "pprint" % "0.8.1" % Test
),
Expand Down
1 change: 0 additions & 1 deletion editor/src/main/scala/dev/sacode/flowrun/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ extension (integer: Int) {
" " * integer
}


object DomUtils {

def isTouchDevice: Boolean =
Expand Down

0 comments on commit f0d2036

Please sign in to comment.