File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,23 +20,23 @@ The Java binding is distrubuted via maven central:
2020
2121#### Gradle
2222``` groovy
23- implementation 'com.gel:driver:0.3 .0'
23+ implementation 'com.gel:driver:0.4 .0'
2424```
2525
2626#### Maven
2727``` xml
2828<dependency >
2929 <groupId >com.gel</groupId >
3030 <artifactId >driver</artifactId >
31- <version >0.3 .0</version >
31+ <version >0.4 .0</version >
3232</dependency >
3333```
3434
3535#### SBT
3636
3737``` scala
3838libraryDependencies ++= Seq (
39- " com.gel" % " driver" % " 0.3 .0"
39+ " com.gel" % " driver" % " 0.4 .0"
4040)
4141```
4242
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55}
66
77ext {
8- project_version = ' 0.3.1 -SNAPSHOT'
8+ project_version = ' 0.4.0 -SNAPSHOT'
99 github_org = ' geldata'
1010 project_name = ' gel-java'
1111 artifact_group = ' com.gel'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ThisBuild / version := "0.1.0-SNAPSHOT"
33ThisBuild / scalaVersion := " 3.1.3"
44
55libraryDependencies ++= Seq (
6- " com.gel" % " driver" % " 0.3 .0" from " file:///" + System .getProperty(" user.dir" ) + " /lib/com.gel.driver-0.3 .0.jar" ,
6+ " com.gel" % " driver" % " 0.4 .0" from " file:///" + System .getProperty(" user.dir" ) + " /lib/com.gel.driver-0.4 .0.jar" ,
77 " ch.qos.logback" % " logback-classic" % " 1.4.7" ,
88 " ch.qos.logback" % " logback-core" % " 1.4.7" ,
99 " com.fasterxml.jackson.core" % " jackson-databind" % " 2.15.1" ,
You can’t perform that action at this time.
0 commit comments