Skip to content

Commit

Permalink
Bump build scala versions too
Browse files Browse the repository at this point in the history
Signed-off-by: Lloyd <[email protected]>
  • Loading branch information
lloydmeta committed Jun 20, 2021
1 parent a491064 commit 37b2ef5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import sbtbuildinfo.BuildInfoPlugin.autoImport._
import sbtcrossproject.CrossPlugin.autoImport.{CrossType, crossProject}

lazy val scala_2_11Version = "2.11.12"
lazy val scala_2_12Version = "2.12.11"
lazy val scala_2_13Version = "2.13.2"
lazy val scala_2_12Version = "2.12.14"
lazy val scala_2_13Version = "2.13.6"
lazy val scalaVersionsAll = Seq(scala_2_11Version, scala_2_12Version, scala_2_13Version)

lazy val theScalaVersion = scala_2_12Version
Expand Down

0 comments on commit 37b2ef5

Please sign in to comment.