File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed 
src/main/java/com/scalekit/internal Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030Add this dependency to your project's build file:
3131
3232``` gradle 
33- implementation "com.scalekit:scalekit-sdk-java:2.0.0 " 
33+ implementation "com.scalekit:scalekit-sdk-java:2.0.1 " 
3434``` 
3535
3636### Maven users  
@@ -41,7 +41,7 @@ Add this dependency to your project's POM:
4141<dependency >
4242    <groupId >com.scalekit</groupId >
4343    <artifactId >scalekit-sdk-java</artifactId >
44-     <version >2.0.0 </version >
44+     <version >2.0.1 </version >
4545</dependency >
4646``` 
4747
Original file line number Diff line number Diff line change 77
88    <groupId >com.scalekit</groupId >
99    <artifactId >scalekit-sdk-java</artifactId >
10-     <version >2.0.0 </version >
10+     <version >2.0.1 </version >
1111
1212    <packaging >jar</packaging >
1313
Original file line number Diff line number Diff line change 44import  static  io .grpc .Metadata .ASCII_STRING_MARSHALLER ;
55public  class  Constants  {
66
7-     public  static  String  version  = "2.0.0 " ;
7+     public  static  String  version  = "2.0.1 " ;
88    public  static  String  SCALEKIT_REQUEST_TIMEOUT  = "SCALEKIT_REQUEST_TIMEOUT" ;
99    public  static  final  String  BEARER_TYPE  = "Bearer" ;
1010
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments