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 11, 2024
1 parent 8e016c8 commit a0736f7
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.2+kotlin.2.0.21")
modImplementation("net.fabricmc:fabric-language-kotlin:1.12.3+kotlin.2.0.21")
}
```

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.2+kotlin.2.0.21"
"fabric-language-kotlin": ">=1.12.3+kotlin.2.0.21"
}
}
```
Expand Down

0 comments on commit a0736f7

Please sign in to comment.