Skip to content

Commit 531f4af

Browse files
committed
Update tupson
1 parent 2a45455 commit 531f4af

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
inThisBuild(
22
List(
3-
scalaVersion := "3.6.2",
3+
scalaVersion := "3.7.3",
44
evictionErrorLevel := Level.Warn,
55
publish / skip := true,
66
scalafmtSbt := true,
@@ -56,7 +56,7 @@ lazy val interpreter = crossProject(JVMPlatform, JSPlatform)
5656
libraryDependencies ++= Seq(
5757
"io.github.cquiroz" %%% "scala-java-time" % "2.6.0",
5858
"com.outr" %%% "reactify" % "4.1.3",
59-
"ba.sake" %%% "tupson" % "0.13.0",
59+
"ba.sake" %%% "tupson" % "0.18.0",
6060
"com.lihaoyi" %%% "utest" % "0.8.5" % Test
6161
),
6262
scalacOptions ++= Seq(

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
sbt.version = 1.10.7
2+
sbt.version = 1.11.7

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ ThisBuild / evictionErrorLevel := Level.Warn
33
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
44

55
// for tests
6-
libraryDependencies += ("org.scala-js" %% "scalajs-env-jsdom-nodejs" % "1.1.0")
6+
libraryDependencies += ("org.scala-js" %% "scalajs-env-jsdom-nodejs" % "1.1.1")
77

8-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.2")
8+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1")
99

1010
addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.8")
1111

0 commit comments

Comments
 (0)