Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lhns committed Apr 24, 2023
1 parent e310a00 commit 92ae73d
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
@@ -1,5 +1,5 @@
sys.props.get("plugin.version") match {
case Some(version) => addSbtPlugin("de.lolhens" % "sbt-scalajs-bundler-webjar" % version)
case Some(version) => addSbtPlugin("de.lhns" % "sbt-scalajs-bundler-webjar" % version)
case _ => sys.error(
"""|The system property 'plugin.version' is not defined.
|Specify this property using the scriptedLaunchOpts -D.""".stripMargin)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sys.props.get("plugin.version") match {
case Some(version) => addSbtPlugin("de.lolhens" % "sbt-scalajs-webjar" % version)
case Some(version) => addSbtPlugin("de.lhns" % "sbt-scalajs-webjar" % version)
case _ => sys.error(
"""|The system property 'plugin.version' is not defined.
|Specify this property using the scriptedLaunchOpts -D.""".stripMargin)
Expand Down

0 comments on commit 92ae73d

Please sign in to comment.