Skip to content

Commit

Permalink
Update to latest 2.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jvican committed May 24, 2018
1 parent 063f448 commit a1a622e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions build.sbt
@@ -1,12 +1,9 @@
lazy val stoml = project.in(file("."))

name := "stoml"

organization := "me.vican.jorge"

scalaVersion := "2.12.4"

crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.4")
scalaVersion := "2.12.6"
crossScalaVersions := Seq("2.10.7", "2.11.12", scalaVersion.value)

libraryDependencies ++= Vector(
"com.lihaoyi" %% "fastparse" % "0.4.2",
Expand Down

0 comments on commit a1a622e

Please sign in to comment.