Skip to content

Commit

Permalink
Upgrade to Scala 2.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Olafur Pall Geirsson committed Jun 26, 2020
1 parent 83961dd commit 37287b3
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,12 +2,12 @@ import sbt._
/* scalafmt: { maxColumn = 120 }*/

object Dependencies {
val scalametaV = "4.3.15"
val scalametaV = "4.3.16"
val metaconfigV = "0.9.10"
def scala210 = "2.10.7"
def scala211 = "2.11.12"
def scala212 = "2.12.11"
def scala213 = "2.13.2"
def scala213 = "2.13.3"
def coursierV = "2.0.0-RC5-6"
def coursierInterfaceV = "0.0.22"
val currentScalaVersion = scala213
Expand Down

0 comments on commit 37287b3

Please sign in to comment.