Skip to content

Commit

Permalink
Use Correct Scala Version
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherDavenport committed Dec 11, 2019
1 parent 78006ad commit 7393d94
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 @@ -73,7 +73,7 @@ val betterMonadicForV = "0.3.1"
// General Settings
lazy val commonSettings = Seq(
scalaVersion := "2.13.1",
crossScalaVersions := Seq(scalaVersion.value, "2.12.1"),
crossScalaVersions := Seq(scalaVersion.value, "2.12.10"),

addCompilerPlugin("org.typelevel" %% "kind-projector" % kindProjectorV cross CrossVersion.full),
addCompilerPlugin("com.olegpy" %% "better-monadic-for" % betterMonadicForV),
Expand Down

0 comments on commit 7393d94

Please sign in to comment.