Skip to content

Commit 35c00e1

Browse files
committed
project update
1 parent 160c992 commit 35c00e1

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

README.md

+3-7
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22

33
## Introduction
44

5-
Thanks for taking the time to have a conversation with us.
6-
7-
This is a take-home technical test designed to be fun and allow you to show a little creativity.
8-
9-
It is based on real code that we have implemented more than once.
5+
This is a take-home technical test designed to be fun and allow you to show a little creativity, it is based on real code that we have implemented more than once.
106

117
There is no time-limit on this challenge, take as long or as little as you like.
128

@@ -20,7 +16,7 @@ There are three files:
2016
2. [factorhouse.kafka.topic-test.clj](test/factorhouse/kafka/topic_test.clj) contains three tests that currently fail
2117
3. [factorhouse.test.data.cljc](test/factorhouse/test/data.clj) contains the test data and description of what it all means
2218

23-
There are is one principal technical challenge:
19+
There is one principal technical challenge:
2420

2521
1. Implement the factorhouse.kafka.topic/sizes function, causing the first test to pass.
2622

@@ -40,6 +36,6 @@ For more examples take a look at our [live demo site](https://demo.kpow.io).
4036

4137
## Copyright / License
4238

43-
Copyright © 2023 Factor House Pty. Ltd.
39+
Copyright © 2024 Factor House Pty. Ltd.
4440

4541
Distributed under the Eclipse Public License either version 2.0 or (at your option) any later version.

project.clj

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
:description "A hurdle of the technical variety"
44

5-
:dependencies [[org.clojure/clojure "1.11.1"]
6-
[org.clojure/tools.logging "1.2.4"]
7-
[ch.qos.logback/logback-classic "1.3.8"]
8-
[clj-kondo "2023.07.13"]]
5+
:dependencies [[org.clojure/clojure "1.12.0"]
6+
[org.clojure/tools.logging "1.3.0"]
7+
[ch.qos.logback/logback-classic "1.3.15"]
8+
[clj-kondo "2024.11.14"]]
99

1010
:aliases {"kondo" ["run" "-m" "clj-kondo.main" "--lint" "src:test" "--parallel"]})

0 commit comments

Comments
 (0)