Skip to content

Commit

Permalink
Merge branch 'master' into cocoapods-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mustiikhalil authored Sep 27, 2024
2 parents fe185ca + c7a8102 commit aacf803
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ maximum memory efficiency. It allows you to directly access serialized data with

1. Build the compiler for flatbuffers (`flatc`)

Use `cmake` to create the build files for your platform and then perform the compliation (Linux example).
Use `cmake` to create the build files for your platform and then perform the compilation (Linux example).

```
cmake -G "Unix Makefiles"
Expand Down
2 changes: 1 addition & 1 deletion kotlin/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugin-kotlin = "1.6.10"
plugin-gver = "0.42.0"
kotlinx-benchmark = "0.4.8"
junit = "4.12"
gson = "2.8.5"
gson = "2.8.9"
moshi-kotlin = "1.11.0"

[libraries]
Expand Down

0 comments on commit aacf803

Please sign in to comment.