Skip to content

Commit

Permalink
Merge pull request #90 from lhns/update/sbt-scalajs-1.13.2
Browse files Browse the repository at this point in the history
Update sbt-scalajs to 1.13.2
  • Loading branch information
lhns authored Aug 28, 2023
2 parents ceb7a5f + 866af25 commit da9772a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ sys.props.get("plugin.version") match {
|Specify this property using the scriptedLaunchOpts -D.""".stripMargin)
}

addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.1")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2")

addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.1")
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ sys.props.get("plugin.version") match {
|Specify this property using the scriptedLaunchOpts -D.""".stripMargin)
}

addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.1")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2")

0 comments on commit da9772a

Please sign in to comment.