Skip to content

Commit

Permalink
Update Scala version from 2.13.13 to 2.13.14 (#144)
Browse files Browse the repository at this point in the history
Pull request: #144
  • Loading branch information
scala-steward committed May 6, 2024
1 parent 732c7ab commit 4cf928a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ lazy val baseDir = build.millSourcePath
trait Deps {
def millPlatform: String
def millVersion: String
def scalaVersion: String = "2.13.13"
def scalaVersion: String = "2.13.14"
def testWithMill: Seq[String]

def mimaPreviousVersions: Seq[String] = Seq()
Expand Down

0 comments on commit 4cf928a

Please sign in to comment.