Browse Source

updated libraries

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
main
Stephan Richter 6 months ago
parent
commit
43e4c5d84c
  1. 2
      de.srsoftware.cal.base/build.gradle.kts
  2. 2
      de.srsoftware.cal.importer/build.gradle.kts

2
de.srsoftware.cal.base/build.gradle.kts

@ -5,5 +5,5 @@ dependencies { @@ -5,5 +5,5 @@ dependencies {
implementation("de.srsoftware:tools.optionals:1.0.0")
implementation("de.srsoftware:tools.util:1.2.0")
implementation("de.srsoftware:tools.web:1.3.3")
implementation("de.srsoftware:tools.web:1.3.4")
}

2
de.srsoftware.cal.importer/build.gradle.kts

@ -5,5 +5,5 @@ dependencies { @@ -5,5 +5,5 @@ dependencies {
implementation(project(":de.srsoftware.cal.base"))
implementation("de.srsoftware:tools.optionals:1.0.0")
implementation("de.srsoftware:tools.util:1.2.0")
implementation("de.srsoftware:tools.web:1.3.3")
implementation("de.srsoftware:tools.web:1.3.4")
}

Loading…
Cancel
Save