Skip to content

Commit

Permalink
Merge branch 'master' into update/scala-library-2.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Sep 28, 2024
2 parents d152aa6 + 1bb3935 commit 2e0639b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.1")

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")

// for reading npmDependencies from package.json
libraryDependencies ++= Seq("com.lihaoyi" %% "upickle" % "4.0.1")
libraryDependencies ++= Seq("com.lihaoyi" %% "upickle" % "4.0.2")

0 comments on commit 2e0639b

Please sign in to comment.