Skip to content

Commit

Permalink
#1636 fixed versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 11, 2022
1 parent def024c commit 4df1f2f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ SOFTWARE.
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>cactoos</name>
<description>Object-oriented Java Primitives</description>
<description>Object-Oriented Java Primitives</description>
<url>https://github.com/yegor256/cactoos</url>
<inceptionYear>2017</inceptionYear>
<organization>
Expand Down Expand Up @@ -124,11 +124,13 @@ SOFTWARE.
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>5.6.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<version>5.6.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

2 comments on commit 4df1f2f

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 4df1f2f Jul 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 1453-e4274c72 disappeared from pom.xml), that's why I closed #1637. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 4df1f2f Jul 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 1453-f5112130 discovered in pom.xml) and submitted as #1641. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.