Skip to content

Commit ed3905f

Browse files
committed
Add H2
1 parent 885ec1b commit ed3905f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ dependencies {
4141
implementation "org.jetbrains.kotlin:ide-common-ij202:$kotlinVersion"
4242
// implementation("org.jetbrains.kotlin:kotlin-plugin-ij201:$kotlinVersion") { transitive = false }
4343
implementation 'org.jetbrains:fernflower:1.0'
44+
implementation 'com.h2database:h2:1.4.200'
4445
implementation 'com.github.fwcd:ktfmt:22bd538a1c'
4546
implementation 'com.beust:jcommander:1.78'
4647

0 commit comments

Comments
 (0)