1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-06-25 19:29:49 +00:00

Bump dependency versions

This commit is contained in:
Karol Stasiak 2019-06-28 17:58:21 +02:00
parent c6d3cefa26
commit f9e86756f9

View File

@ -2,7 +2,7 @@ name := "millfork"
version := "0.3.3-SNAPSHOT"
scalaVersion := "2.12.3"
scalaVersion := "2.12.8"
resolvers += Resolver.mavenLocal
@ -10,7 +10,7 @@ libraryDependencies += "com.lihaoyi" %% "fastparse" % "1.0.0"
libraryDependencies += "org.apache.commons" % "commons-configuration2" % "2.2"
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.4" % "test"
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.8" % "test"
libraryDependencies += "com.codingrodent.microprocessor" % "Z80Processor" % "2.0.2" % "test"