Skip to content

Commit

Permalink
version bump to 1.2
Browse files Browse the repository at this point in the history
add drivers
  • Loading branch information
DineshSolanki committed Feb 4, 2023
1 parent d569a1b commit a619e62
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@ plugins {
}

group = "com.abstractprogrammer"
version = "1.1"
version = "1.2"

repositories {
mavenCentral()
}
dependencies {
implementation("com.microsoft.sqlserver:mssql-jdbc:8.4.1.jre8")
implementation("mysql:mysql-connector-java:5.1.6")
implementation("org.postgresql:postgresql:42.2.23")
implementation("com.oracle.database.jdbc:ojdbc10:19.17.0.0")
}
// Configure Gradle IntelliJ Plugin
// Read more: https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html
Expand Down

0 comments on commit a619e62

Please sign in to comment.