Skip to content

Commit

Permalink
Merge pull request #1020 from playframework/revert-1006-update/2.10.x…
Browse files Browse the repository at this point in the history
…/sbt-scalajs-1.16.0

Revert "sbt-scalajs, scalajs-compiler, ... 1.16.0 (was 1.15.0)"
  • Loading branch information
mkurz committed Apr 30, 2024
2 parents d697311 + c8da9f2 commit c1b687f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ lazy val `play-json` = crossProject(JVMPlatform, JSPlatform, NativePlatform)
libraryDependencies ++= Seq(
"org.scalatest" %%% "scalatest" % "3.2.18" % Test,
"org.scalatestplus" %%% "scalacheck-1-16" % "3.2.14.0" % Test,
"org.scalacheck" %%% "scalacheck" % "1.17.1" % Test,
"org.scalacheck" %%% "scalacheck" % "1.17.0" % Test,
),
libraryDependencies += {
if (isScala3.value) {
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")

addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")

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

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

Expand Down

0 comments on commit c1b687f

Please sign in to comment.