Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import sbt._
object Dependencies {

object Versions {
val scala212Version = "2.12.12"
val scala212Version = "2.12.17"
val scalaTestVersion = "3.2.9"
}

Expand Down