Skip to content

Commit

Permalink
Merge pull request #1079 from olafurpg/scala-2.12.11
Browse files Browse the repository at this point in the history
Upgrade to Scala 2.12.11
  • Loading branch information
olafurpg authored Mar 17, 2020
2 parents fca5af7 + 9ec05d9 commit 78564f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ import sbt._
/* scalafmt: { maxColumn = 120 }*/

object Dependencies {
val scalametaV = "4.3.4"
val scalametaV = "4.3.6"
val metaconfigV = "0.9.9"
def scala210 = "2.10.7"
def scala211 = "2.11.12"
def scala212 = "2.12.10"
def scala212 = "2.12.11"
def scala213 = "2.13.1"
val currentScalaVersion = scala212

Expand Down

0 comments on commit 78564f7

Please sign in to comment.