File tree Expand file tree Collapse file tree
main/scala/com/ossuminc/sbt
sbt-test/sbt-ossuminc/scalably-typed Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -178,7 +178,6 @@ addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
178178addSbtPlugin(" org.portable-scala" % " sbt-platform-deps" % " 1.0.2" )
179179addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 1.1.4" )
180180addSbtPlugin(" ch.epfl.scala" % " sbt-tasty-mima" % " 1.2.0" )
181- addSbtPlugin(" org.scalablytyped.converter" % " sbt-converter" % " 1.0.0-beta44" )
182181addSbtPlugin(" org.jetbrains.scala" % " sbt-idea-plugin" % " 5.0.4" )
183182```
184183* [ sbt-scalafix] ( https://github.com/scalacenter/sbt-scalafix ) - Code refactoring and linting
@@ -192,7 +191,6 @@ addSbtPlugin("org.jetbrains.scala" % "sbt-idea-plugin" % "5.0.4")
192191* [ sbt-platform-deps] ( https://github.com/portable-scala/sbt-platform-deps ) - Platform-specific dependencies
193192* [ sbt-mima-plugin] ( https://github.com/lightbend-labs/mima ) - Binary compatibility checking
194193* [ sbt-tasty-mima] ( https://github.com/scalacenter/tasty-mima ) - TASTy compatibility checking
195- * [ sbt-converter] ( https://github.com/ScalablyTyped/Converter ) - Generate Scala.js facades from TypeScript
196194* [ sbt-idea-plugin] ( https://github.com/JetBrains/sbt-idea-plugin ) - IntelliJ IDEA plugin development
197195
198196
@@ -934,9 +932,6 @@ Module("my-lib")
934932 ))
935933```
936934
937- #### ** ` With.ScalablyTyped(...) ` **
938- Generate Scala.js facades from TypeScript definitions.
939-
940935#### ** ` With.Scalatest(...) ` **
941936Add ScalaTest dependencies with custom version.
942937- ** ` version ` ** : ScalaTest version
Original file line number Diff line number Diff line change @@ -68,5 +68,4 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
6868addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % " 1.3.2" )
6969addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 1.1.4" )
7070addSbtPlugin(" ch.epfl.scala" % " sbt-tasty-mima" % " 1.2.0" )
71- addSbtPlugin(" org.scalablytyped.converter" % " sbt-converter" % " 1.0.0-beta44" )
7271addSbtPlugin(" org.jetbrains.scala" % " sbt-idea-plugin" % " 5.0.4" )
Original file line number Diff line number Diff line change @@ -65,8 +65,6 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
6565
6666addSbtPlugin(" ch.epfl.scala" % " sbt-tasty-mima" % " 1.2.0" )
6767
68- addSbtPlugin(" org.scalablytyped.converter" % " sbt-converter" % " 1.0.0-beta44" )
69-
7068addSbtPlugin(" org.jetbrains.scala" % " sbt-idea-plugin" % " 5.0.4" )
7169
7270libraryDependencies ++= Seq (
Original file line number Diff line number Diff line change @@ -98,9 +98,6 @@ object OssumIncPlugin extends AutoPlugin {
9898 /** Compile scala code as Scala 3's latest LTS release */
9999 def Scala3 : helpers.Scala3 .type = helpers.Scala3
100100
101- /** Configure ScalablyTyped for TypeScript facades */
102- def ScalablyTyped : helpers.ScalablyTyped .type = helpers.ScalablyTyped
103-
104101 /** Configure code coverage testing */
105102 def ScalaCoverage : helpers.ScalaCoverage .type = helpers.ScalaCoverage
106103
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments