Skip to content

Commit

Permalink
Bump website to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tipsy committed Jun 13, 2021
1 parent 09e08f3 commit 5135cff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<dependency>
<groupId>com.j2html</groupId>
<artifactId>j2html</artifactId>
<version>1.4.0</version>
<version>1.5.0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion website/src/main/java/app/views/pages/NewsView.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ private static ContainerTag newsPost(String title, String version, DomContent...
mavenLink(version),
p("Changes:"),
ul(
each(list, TagCreator::li)
each(list, el -> TagCreator.li(el))
));
}

Expand Down

0 comments on commit 5135cff

Please sign in to comment.