Skip to content

Commit

Permalink
Merge pull request #349 from mdedetrich/update-scala-versions
Browse files Browse the repository at this point in the history
Update scala versions
  • Loading branch information
eed3si9n authored Sep 11, 2023
2 parents 74146b5 + b3e4dbf commit f23f0eb
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 @@ -3,8 +3,8 @@ import Keys._

object Dependencies {
val scala212 = "2.12.18"
val scala213 = "2.13.11"
val scala3 = "3.3.0"
val scala213 = "2.13.12"
val scala3 = "3.3.1"

val scalaCompiler = Def.setting {
val v = if (scalaBinaryVersion.value == "3") scala213 else scalaVersion.value
Expand Down

0 comments on commit f23f0eb

Please sign in to comment.