Created
July 7, 2020 04:37
-
-
Save satorg/d84d2bc92fb557da9fc3f86127e3e041 to your computer and use it in GitHub Desktop.
IntelliJ IDEA: SBT download plugin sources
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
version = 2.6.2 | |
style = default |
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
name := "download-plugin-sources" | |
scalaVersion := "2.13.3" |
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
sbt.version=1.3.13 |
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
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.0") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment