forked from adempiere/adempiere
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Intellij setting and Scala version 2.13
- Loading branch information
1 parent
8171dd9
commit 2815f6c
Showing
16 changed files
with
46 additions
and
73 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
.idea/libraries/SBT__javax_servlet_javax_servlet_api_3_0_1_jar.xml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
sbt.version=1.1.4 | ||
|
||
sbt.version=1.3.2 |
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,5 +1,5 @@ | ||
import _root_.sbt._ | ||
|
||
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.9") | ||
addSbtPlugin("org.jetbrains" % "sbt-idea-plugin" % "1.0.1") | ||
addSbtPlugin("com.earldouglas" % "xsbt-web-plugin" % "4.0.1") | ||
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10") | ||
addSbtPlugin("org.jetbrains" % "sbt-idea-plugin" % "3.5.0") | ||
addSbtPlugin("com.earldouglas" % "xsbt-web-plugin" % "4.1.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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
sbt.version=1.2.8 | ||
sbt.version=1.3.8 |
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,6 +1,5 @@ | ||
import _root_.sbt._ | ||
|
||
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.9") | ||
resolvers += Resolver.url("bintray-sbt-plugins", url("http://dl.bintray.com/sbt/sbt-plugin-releases"))(Resolver.ivyStylePatterns) | ||
addSbtPlugin("org.jetbrains" % "sbt-idea-plugin" % "1.0.1") | ||
addSbtPlugin("com.earldouglas" % "xsbt-web-plugin" % "4.0.1") | ||
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10") | ||
addSbtPlugin("org.jetbrains" % "sbt-idea-plugin" % "3.5.0") | ||
addSbtPlugin("com.earldouglas" % "xsbt-web-plugin" % "4.1.0") |