Skip to content

Commit

Permalink
Added this.scalaVersion to crossScalaVersions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Fischer committed Aug 25, 2020
1 parent 8d7d842 commit ca4a7ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -5,7 +5,7 @@ name := "crossbow"
version := "0.1.1"

scalaVersion := "2.13.3"
crossScalaVersions := Seq("2.12.12", "2.11.12")
crossScalaVersions := Seq(scalaVersion.value, "2.12.12", "2.11.12")

scalacOptions += "-deprecation"

Expand Down

0 comments on commit ca4a7ac

Please sign in to comment.