Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update deps in scalajs test
Browse files Browse the repository at this point in the history
ckipp01 committed May 2, 2024
1 parent ffd5e23 commit 25c987a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sbt-test/scoverage/scalajs/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -15,6 +15,6 @@ resolvers ++= {
Seq.empty
}

addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")

addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")

0 comments on commit 25c987a

Please sign in to comment.