@@ -63,7 +63,6 @@ in your `build.sbt` provide values for the assembly and azure-functions plugins:
6363
6464
6565## TODO:
66- 1 . add task to upload to Azure
67661 . add support for App Insights workspaces
68671 . add tests against multiple Java versions (java 8 and Java 11)
6968
@@ -75,19 +74,19 @@ released for different scala versions and different sbt versions. I have not (ye
7574what Scala version is used for each sbt release, except for https://github.com/sbt/sbt/issues/5032 ,
7675so I am also keeping track here:
7776
78- | SBT release(s)| Scala version | Remarks |
79- | ---------------| ------------------- | ----------------------------------------- ---------|
80- | 0.x | 2.10.x |
81- | 1.x | 2.12.x |
82- | 2.x | 2.13.x or 3.0.x |
83- | 3.x | 3.0.x or 3.1.x |
77+ | SBT release(s) | Scala version | Remarks |
78+ | ----------------- | -----------------| ---------|
79+ | 0.x | 2.10.x | |
80+ | 1.x | 2.12.x | |
81+ | 2.x | 2.13.x or 3.0.x | |
82+ | 3.x | 3.0.x or 3.1.x | |
8483
8584For now, I will focus only on sbt 1.x and Scala 2.12.x
8685
8786### Microsoft Azure Dependencies
8887This plugin uses artifacts from Microsoft:
89- * "com.microsoft.azure" % "azure-tools-common" % "0.10.0"
90- * "com.microsoft.azure.functions" % "azure-functions-java-library" % "1.3.1" % "test"
88+ * ` "com.microsoft.azure" % "azure-tools-common" % "0.10.0" `
89+ * ` "com.microsoft.azure.functions" % "azure-functions-java-library" % "1.3.1" % "test" `
9190
9291For now I will use these versions
9392
0 commit comments