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

Switch to snapshot versioning and Scala 2.12.10

This commit is contained in:
Karol Stasiak 2019-09-24 00:10:54 +02:00
parent d08d81724b
commit 77a4324a12
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
# Change log
## Currrent version
## 0.3.8
* `sizeof` now supports arrays.

View File

@ -1,8 +1,8 @@
name := "millfork"
version := "0.3.8"
version := "0.3.9-SNAPSHOT"
scalaVersion := "2.12.8"
scalaVersion := "2.12.10"
resolvers += Resolver.mavenLocal