Skip to content

Commit

Permalink
Update Scala versions (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
sideeffffect authored Apr 25, 2024
1 parent 00692bf commit d4333df
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ object DecentScalaPlugin extends AutoPlugin {
}

trait DecentScala {
def decentScalaVersion3 = "3.3.1"
def decentScalaVersion213 = "2.13.12"
def decentScalaVersion212 = "2.12.18" // scala-steward:off
def decentScalaVersion3 = "3.3.3"
def decentScalaVersion213 = "2.13.13"
def decentScalaVersion212 = "2.12.19" // scala-steward:off
def decentScalaVersion211 = "2.11.12"
def decentScalaSettings: List[Def.Setting[_]] =
List(
Expand Down

0 comments on commit d4333df

Please sign in to comment.