1
0
mirror of https://github.com/KarolS/millfork.git synced 2025-08-13 22:25:08 +00:00

Bump Scala version

This commit is contained in:
Karol Stasiak
2020-03-25 23:54:23 +01:00
parent 3187ed155e
commit 0f235e6135
2 changed files with 3 additions and 1 deletions

View File

@@ -38,6 +38,8 @@
* Optimization improvements. * Optimization improvements.
* Updated to Scala 2.12.11.
## 0.3.14 ## 0.3.14
* Full assembly support for HuC6280. * Full assembly support for HuC6280.

View File

@@ -2,7 +2,7 @@ name := "millfork"
version := "0.3.15-SNAPSHOT" version := "0.3.15-SNAPSHOT"
scalaVersion := "2.12.10" scalaVersion := "2.12.11"
resolvers += Resolver.mavenLocal resolvers += Resolver.mavenLocal