Skip to content

Commit

Permalink
Update Scala versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Sep 21, 2019
1 parent f55ccc3 commit 5da3bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import scala.xml.{Node => XmlNode, NodeSeq => XmlNodeSeq, _}

val projectVersion = "0.3.2.2-SNAPSHOT"
val versionTagDir = if (projectVersion.endsWith("SNAPSHOT")) "master" else "v." + projectVersion
val _scalaVersions = Seq("2.13.0", "2.12.9")
val _scalaVersions = Seq("2.13.1", "2.12.10")
val _scalaVersion = _scalaVersions.head

version := projectVersion
Expand Down

0 comments on commit 5da3bc3

Please sign in to comment.