Skip to content

Commit

Permalink
Update scala-library to 2.13.14
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and Gedochao committed Jun 18, 2024
1 parent 0a41bde commit e74981b
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 @@ -11,7 +11,7 @@ import mill.scalalib._
def scalafmtVersion = "3.8.1"

trait ScalafmtNativeImage extends ScalaModule with NativeImage {
def scalaVersion = "2.13.13"
def scalaVersion = "2.13.14"

def nativeImageClassPath = T{
val origCp = runClasspath()
Expand Down

0 comments on commit e74981b

Please sign in to comment.