Skip to content

Commit

Permalink
Update scala versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Sep 11, 2023
1 parent aec4504 commit b3e4dbf
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 b3e4dbf

Please sign in to comment.