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-03-13 02:19:29 +01:00
parent 15a32a4caf
commit 0bbdc348e7

View File

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