bridges
bridges copied to clipboard
Generate bindings for Scala types in other programming languages.
Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from 3.5.9 to 3.6.1. [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.6.1) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.5.9...v3.6.1) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from 1.7.1 to 1.7.3. [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.7.3) - [Version Diff](https://github.com/sbt/sbt/compare/v1.7.1...v1.7.3) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
Updates [com.github.sbt:sbt-ci-release](https://github.com/sbt/sbt-ci-release) from 1.5.10 to 1.5.11. [GitHub Release Notes](https://github.com/sbt/sbt-ci-release/releases/tag/v1.5.11) - [Version Diff](https://github.com/sbt/sbt-ci-release/compare/v1.5.10...v1.5.11) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
Updates [org.scalatest:scalatest](https://github.com/scalatest/scalatest) from 3.2.13 to 3.2.14. [GitHub Release Notes](https://github.com/scalatest/scalatest/releases/tag/release-3.2.14) - [Version Diff](https://github.com/scalatest/scalatest/compare/release-3.2.13...release-3.2.14) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
Updates [org.scala-lang:scala-library](https://github.com/scala/scala) from 2.13.8 to 2.13.10. [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.13.10) - [Version Diff](https://github.com/scala/scala/compare/v2.13.8...v2.13.10) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
Updates [org.apache.commons:commons-text](https://gitbox.apache.org/repos/asf?p=commons-text.git) from 1.9 to 1.10.0. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...
When a type contains a list of values, the generated encoder for Elm is wrong. The reason is that the type of `Encode.list` is ```elm Encode.list: (a -> Value) ->...
A Scala type satisfying the properties: 1. All fields are optional 2. The generated Elm file is in its own file yields an incorrect Elm file, because an import is...