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

Commit

Permalink
Update Scala 2 versions
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew de Detrich <[email protected]>
  • Loading branch information
mdedetrich committed Mar 23, 2024
1 parent 8a3a681 commit ee0a2ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import sbtrelease.ReleaseStateTransformations.*
import xerial.sbt.Sonatype.autoImport.*

object Settings {
val scala212Version: String = "2.12.18"
val scala213Version: String = "2.13.11"
val scala212Version: String = "2.12.19"
val scala213Version: String = "2.13.13"
val currentScalaVersion: String = scala212Version

val globalScalaVersion: String = currentScalaVersion
Expand Down

0 comments on commit ee0a2ec

Please sign in to comment.