-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
2574431
commit dfaf906
Showing
9 changed files
with
17 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
sbt-converter/src/sbt-test/react/external/project/build.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
sbt.version=1.4.2 | ||
sbt.version=1.5.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
resolvers += Resolver.bintrayRepo("oyvindberg", "converter") | ||
|
||
{ | ||
val pluginVersion = System.getProperty("plugin.version") | ||
if (pluginVersion == null) | ||
throw new RuntimeException("""|The system property 'plugin.version' is not defined. | ||
|Specify this property using the scriptedLaunchOpts -D.""".stripMargin) | ||
else addSbtPlugin("org.scalablytyped.converter" % """sbt-converter""" % pluginVersion) | ||
} | ||
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.3.0") | ||
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.5.1") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
resolvers += Resolver.bintrayRepo("oyvindberg", "converter") | ||
|
||
val pluginVersion = System.getProperty("plugin.version") | ||
if (pluginVersion == null) | ||
throw new RuntimeException("""|The system property 'plugin.version' is not defined. | ||
|Specify this property using the scriptedLaunchOpts -D.""".stripMargin) | ||
else addSbtPlugin("org.scalablytyped.converter" % """sbt-converter""" % pluginVersion) | ||
|
||
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.3.0") | ||
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.5.1") | ||
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.20.0") |
2 changes: 1 addition & 1 deletion
2
sbt-converter/src/sbt-test/react/sourcegen/project/build.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
sbt.version=1.4.2 | ||
sbt.version=1.5.0 |
3 changes: 1 addition & 2 deletions
3
sbt-converter/src/sbt-test/react/sourcegen/project/plugins.sbt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
resolvers += Resolver.bintrayRepo("oyvindberg", "converter") | ||
|
||
val pluginVersion = System.getProperty("plugin.version") | ||
if (pluginVersion == null) | ||
throw new RuntimeException("""|The system property 'plugin.version' is not defined. | ||
|Specify this property using the scriptedLaunchOpts -D.""".stripMargin) | ||
else addSbtPlugin("org.scalablytyped.converter" % """sbt-converter""" % pluginVersion) | ||
|
||
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.3.0") | ||
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.5.1") | ||
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.20.0") |