Skip to content

v1.4.3

Latest

Choose a tag to compare

@malczuuu malczuuu released this 14 Mar 20:03
· 3 commits to main since this release
Immutable release. Only release title and notes can be modified.
  1. Maven:
    <dependencies>
        <dependency>
            <groupId>io.github.problem4j</groupId>
            <artifactId>problem4j-core</artifactId>
            <version>1.4.3</version>
        </dependency>
    </dependencies>
  2. Gradle (Kotlin DSL):
    dependencies {
        implementation("io.github.problem4j:problem4j-core:1.4.3")
    }

Fixed

  • Deprecate ProblemStatus (see JavaDocs for details).