Skip to content

Commit

Permalink
Updates to latest version of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
frossm committed Jul 8, 2022
1 parent 12243cb commit fede1b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.fross</groupId>
<artifactId>cal</artifactId>
<version>2.3.14</version>
<version>2.3.15</version>
<packaging>jar</packaging>

<name>cal</name>
Expand Down Expand Up @@ -180,7 +180,7 @@
<dependency>
<groupId>org.fross</groupId>
<artifactId>library</artifactId>
<version>2021.10.24</version>
<version>2022.06.28</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: fcal
version: '2.3.14'
version: '2.3.15'
summary: Command line calendar display
description: |
fCal is a command line calendar display utility. It will display a
Expand All @@ -22,7 +22,7 @@ parts:
plugin: maven
source: https://github.com/frossm/library.git
source-type: git
source-tag: 'v2021.10.24'
source-tag: 'v2022.06.28'
maven-options: [install]

cal:
Expand Down

0 comments on commit fede1b1

Please sign in to comment.