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 Sep 18, 2024
1 parent 115004b commit c42cc85
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.12.1+kotlin.2.0.20")
modImplementation("net.fabricmc:fabric-language-kotlin:1.12.2+kotlin.2.0.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.12.1+kotlin.2.0.20"
"fabric-language-kotlin": ">=1.12.2+kotlin.2.0.20"
}
}
```
Expand Down

0 comments on commit c42cc85

Please sign in to comment.