Skip to content

Commit

Permalink
update scripted tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindberg committed Dec 22, 2021
1 parent ebf8e77 commit 8e76138
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.5.5
sbt.version=1.5.7
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
|Specify this property using the scriptedLaunchOpts -D.""".stripMargin)
else addSbtPlugin("org.scalablytyped.converter" % """sbt-converter""" % pluginVersion)
}
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.5.1")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.8.0")
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ if (pluginVersion == null)
|Specify this property using the scriptedLaunchOpts -D.""".stripMargin)
else addSbtPlugin("org.scalablytyped.converter" % """sbt-converter""" % pluginVersion)

addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.5.1")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.8.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.20.0")
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.5.5
sbt.version=1.5.7
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ if (pluginVersion == null)
|Specify this property using the scriptedLaunchOpts -D.""".stripMargin)
else addSbtPlugin("org.scalablytyped.converter" % """sbt-converter""" % pluginVersion)

addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.5.1")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.8.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.20.0")

0 comments on commit 8e76138

Please sign in to comment.