bump version to 1.1.0
This commit is contained in:
@@ -12,7 +12,7 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("com.infendro:ktor-migration:1.0.2")
|
implementation("com.infendro:ktor-migration:1.1.0")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -25,11 +25,7 @@ import org.jetbrains.exposed.sql.Database
|
|||||||
|
|
||||||
fun Application.configureDatabase() {
|
fun Application.configureDatabase() {
|
||||||
// connect to a database
|
// connect to a database
|
||||||
Database.connect(
|
Database.connect(/* ... */)
|
||||||
url = <url>,
|
|
||||||
user = <username>,
|
|
||||||
password = <password>,
|
|
||||||
)
|
|
||||||
|
|
||||||
// install the plugin
|
// install the plugin
|
||||||
install(Migration) {
|
install(Migration) {
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
group = "com.infendro"
|
group = "com.infendro"
|
||||||
version = "1.0.2"
|
version = "1.1.0"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
maven("https://git.infendro.com/api/packages/Infendro/maven")
|
maven("https://git.infendro.com/api/packages/Infendro/maven")
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
kotlin = "2.2.10"
|
kotlin = "2.2.10"
|
||||||
ktor = "3.2.3"
|
ktor = "3.2.3"
|
||||||
exposed = "0.61.0"
|
exposed = "0.61.0"
|
||||||
migration = "1.0.0"
|
migration = "1.1.0"
|
||||||
|
|
||||||
[plugins]
|
[plugins]
|
||||||
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
|
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
|
||||||
|
|||||||
Reference in New Issue
Block a user