Skip to content

Commit

Permalink
chore: version update
Browse files Browse the repository at this point in the history
  • Loading branch information
lavkesh committed Mar 16, 2023
1 parent 9344eb3 commit 68ec171
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dagger-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def flinkVersion = rootProject.flinkVersion
version = rootProject.file('version.txt').text.trim()

def minimalVersion = version
def dependenciesVersion = '0.1.0'
def dependenciesVersion = "0.3.0"

description = """dagger to the heart!"""

Expand Down Expand Up @@ -61,7 +61,7 @@ configurations {
dependencies {
minimalJar project(path: ':dagger-common', configuration: 'minimalCommonJar')
minimalJar project(path: ':dagger-functions', configuration: 'minimalFunctionsJar')
minimalJar('com.gotocompany:depot:0.1.0') {
minimalJar('com.gotocompany:depot:0.4.0') {
exclude group: 'org.apache.httpcomponents'
exclude module: 'stencil', group: 'com.gotocompany'
exclude group: 'com.google.protobuf'
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0
0.9.0

0 comments on commit 68ec171

Please sign in to comment.