File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- 2.3.1
1+ 2.4.9
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'idea'
22apply plugin : ' eclipse'
33
44group = ' com.sendinblue'
5- version = ' 4.0.0 '
5+ version = ' 4.0.1 '
66
77buildscript {
88 repositories {
@@ -94,7 +94,7 @@ if(hasProperty('target') && target == 'android') {
9494}
9595
9696dependencies {
97- compile ' io.swagger:swagger-annotations:1.5.15 '
97+ compile ' io.swagger:swagger-annotations:1.5.17 '
9898 compile ' com.squareup.okhttp:okhttp:2.7.5'
9999 compile ' com.squareup.okhttp:logging-interceptor:2.7.5'
100100 compile ' com.google.code.gson:gson:2.8.1'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
22 settings(
33 organization := " com.sendinblue" ,
44 name := " sib-api-v3-sdk" ,
5- version := " 4.0.0 " ,
5+ version := " 4.0.1 " ,
66 scalaVersion := " 2.11.4" ,
77 scalacOptions ++= Seq (" -feature" ),
88 javacOptions in compile ++= Seq (" -Xlint:deprecation" ),
Original file line number Diff line number Diff line change 55 <artifactId >sib-api-v3-sdk</artifactId >
66 <packaging >jar</packaging >
77 <name >sib-api-v3-sdk</name >
8- <version >4.0.0 </version >
8+ <version >4.0.1 </version >
99 <url >https://github.com/sendinblue/APIv3-java-library</url >
1010 <description >SendinBlue' s API v3 Java Library</description >
1111 <scm >
You can’t perform that action at this time.
0 commit comments