Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

build: Update scala-library from 2.12.12 to 2.12.17 #77

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
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