<@U78L28DMX> We publish daily snapshots to sonatyp...
# tornadofx
e
@amanda.hinchman-dominguez We publish daily snapshots to sonatype, so the easiest solution is to add oss.sonatype.org as a snapshot repo to your build and set your tornadofx version to 1.7.12-SNAPSHOT. Alternatively, just checkout tornadofx sources or do a git pull to get the latest changes and do
mvn clean install
to push the latest version into your local repo. The snapshots on sonatype are only built once a day, so this might be needed to access any super recent changes 🙂
👍 1