-
Notifications
You must be signed in to change notification settings - Fork 131
Get everything ready to release 1.1.0 #139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
39f303c
Update to sbt-scala-module 1.0.12
lrytz 8414ba2
Merge pull request #120 from lrytz/sbt-osgi-0.9.1
gourlaysama bbb18fb
Fix build anme to scala-parser-combinators
lrytz 1d73570
Initial support for Scala Native
1d825f6
Setup travis for native compilation
0cf4ce6
Run Precise on TravisCI
ee2513f
Upgrade Scala Native
fed1867
Skip compilation in Java 6
31895c5
Run Travis build in Trusty
ed16889
Configure Travis via a script
4f28290
Run on Trusty
7370390
Remove Scala Native dependencies when not in Scala 2.11
ecb0d4e
Merge pull request #121 from lrytz/build-name-fix
gourlaysama dc35849
Move to scala 2.12.3 & 2.13.0-M2
gourlaysama 615b70f
Merge pull request #123 from gourlaysama/bump-scala-version
gourlaysama c70911d
Merge branch '1.0.x' into native
fd760fc
Merge pull request #118 from alonsodomin/native
gourlaysama 59e13ca
Fix 2.12 release badge
gourlaysama 21aa25a
Merge pull request #125 from gourlaysama/fix-badge
gourlaysama 90ea0dd
Travis makes us work harder now to actually get OpenJDK 6
SethTisue daf9fe2
Merge pull request #131 from SethTisue/travis-openjdk6-fix
SethTisue 16b7c0c
Fix js and native project names
gourlaysama 18e1a75
bump sbt & plugin versions.
gourlaysama 1f108e5
Merge pull request #132 from gourlaysama/fix-native-support
gourlaysama ba11bea
Revert "Merge pull request #118 from alonsodomin/native"
gourlaysama 853697c
update scala & plugin dependencies
gourlaysama f225fb0
Merge pull request #135 from gourlaysama/revert-scala-native
gourlaysama fff8f8f
bump various version numbers
SethTisue dc88d4d
Merge pull request #137 from SethTisue/bump-versions
gourlaysama c35ff2e
Merge branch '1.0.x' into merge-1.0.x-master-2
gourlaysama 7d209b4
Update scala version to 2.13.0-M3
gourlaysama File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
project/build.properties
This file contains hidden or 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=0.13.15 | ||
sbt.version=0.13.17 |
4 changes: 2 additions & 2 deletions
project/plugins.sbt
This file contains hidden or 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,3 +1,3 @@ | ||
addSbtPlugin("org.scala-lang.modules" % "scala-module-plugin" % "1.0.8") | ||
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "1.0.13") | ||
|
||
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.16") | ||
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.22") |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.