I am using the JetBrains Exposed library available here on Github.
The latest release was in November 2022 however, since then, there have been merged pull requests which have added additional api functionality.
At the moment my Gradle dependency is using version 0.41.1
(the November 2022 release). Is there any way to get access to the latest (pre-release) version of the library for use in my application?
Current Dependencies
implementation("org.jetbrains.exposed:exposed-core:0.41.1")
implementation("org.jetbrains.exposed:exposed-dao:0.41.1")
implementation("org.jetbrains.exposed:exposed-jdbc:0.41.1")
implementation("org.jetbrains.exposed:exposed-java-time:0.41.1")