Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 31, 2023
1 parent e955b30 commit 88fb7d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add it as a dependency to your Gradle project:

```kotlin
dependencies {
modImplementation("net.fabricmc:fabric-language-kotlin:1.10.10+kotlin.1.9.20")
modImplementation("net.fabricmc:fabric-language-kotlin:1.10.11+kotlin.1.9.20")
}
```

Expand All @@ -35,7 +35,7 @@ Remember to the add a dependency entry to your `fabric.mod.json` file:
]
},
"depends": {
"fabric-language-kotlin": ">=1.10.10+kotlin.1.9.20"
"fabric-language-kotlin": ">=1.10.11+kotlin.1.9.20"
}
}
```
Expand Down

0 comments on commit 88fb7d5

Please sign in to comment.