1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-06-09 16:29:34 +00:00

Switch to snapshot versioning

This commit is contained in:
Karol Stasiak 2021-06-21 14:11:56 +02:00
parent 144da70594
commit 91c9b42f3d

View File

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