Skip to content

Commit

Permalink
2023 - Done!
Browse files Browse the repository at this point in the history
  • Loading branch information
fmmr committed Dec 31, 2023
1 parent b0636d4 commit d89e3ef
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ fmmr solutions for Advent of code.
[Implementations](https://github.com/fmmr/advent/tree/master/src/main/kotlin/no/rodland/advent_2023),
[Tests](https://github.com/fmmr/advent/tree/master/src/test/kotlin/no/rodland/advent_2023)

![ascii art](gifs/2023.gif?raw=true "ascii art")

## 2022

[AOC](https://adventofcode.com/2022),
Expand Down
Binary file added gifs/2023.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gifs/stars.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,20 @@
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>

<kotlin.version>1.9.21</kotlin.version>
<kotlin.version>1.9.22</kotlin.version>
<kotlin.jvmTarget>21</kotlin.jvmTarget>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>

<assertj.version>3.24.2</assertj.version>
<version.json-simple>1.1.1</version.json-simple>
<guava.version>32.1.3-jre</guava.version>
<jacoco-maven-plugin.version>0.8.11</jacoco-maven-plugin.version>
<jgrapht.version>1.5.2</jgrapht.version>
<junit.version>5.10.1</junit.version>
<klaxon.version>5.6</klaxon.version>
<kotlinx-coroutines.version>1.7.3</kotlinx-coroutines.version>
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
<surefire.version>3.2.2</surefire.version>
<version.json-simple>1.1.1</version.json-simple>
</properties>
<dependencyManagement>
<!-- debugging why source isn't visible for kotlin stdlib -->
Expand Down Expand Up @@ -69,7 +70,7 @@
<dependency>
<groupId>org.jgrapht</groupId>
<artifactId>jgrapht-core</artifactId>
<version>1.5.2</version>
<version>${jgrapht.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit d89e3ef

Please sign in to comment.