1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-05-31 18:41:30 +00:00

Switch to snapshot versioning

This commit is contained in:
Karol Stasiak 2022-02-08 13:20:15 +01:00
parent 3b3ee1bc55
commit d23fe1756e

View File

@ -1,6 +1,6 @@
name := "millfork"
version := "0.3.30"
version := "0.3.31-SNAPSHOT"
// keep it at 2.12.11 for GraalVM native image compatibility!
scalaVersion := "2.12.11"