Skip to content

Commit 894faee

Browse files
committed
chore: bumped kotlin, and fixed typos in README.md
1 parent 9b0f745 commit 894faee

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -111,18 +111,17 @@ http://localhost:8080/openapi
111111

112112
### Upgrading the gradle wrapper
113113
Find the newest version of gradle here: https://gradle.org/releases/ Then run this command:
114-
(Remeber to repealce $gradleVersjon with the newest version)
114+
> **_NOTE:_** (Remember to replace $gradleVersjon with the newest version of gradle)
115115
```shell script
116116
./gradlew wrapper --gradle-version $gradleVersjon
117117
```
118118

119119
### Contribute
120-
Want to add a feature? see [CONTRIBUTING](CONTRIBUTING.md)
120+
Want to add a feature or just some other improvements? see [CONTRIBUTING](CONTRIBUTING.md)
121121

122122
### Contact
123123

124124
This project is maintained by [CODEOWNERS](CODEOWNERS)
125125

126126
Questions? please create an
127127
[issue](https://github.com/MikAoJk/kotlin-ktor-crud-rest-api/issues)
128-

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ val ktorVersion = "3.1.1"
55
val junitJupiterVersion = "5.12.1"
66
val logbackVersion = "1.5.17"
77
val logstashEncoderVersion = "8.0"
8-
val kotlinVersion = "2.1.0"
8+
val kotlinVersion = "2.1.10"
99
val hikariCPVersion = "6.2.1"
1010
val flywayVersion = "11.4.0"
1111
val embeddedPostgresVersion = "2.1.0"

0 commit comments

Comments
 (0)