Skip to content

Commit 027228f

Browse files
Update Scala to 2.13.8
1 parent 868cb68 commit 027228f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.sc

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import mill.scalalib._
1111
def scalafmtVersion = "3.4.3"
1212

1313
trait ScalafmtNativeImage extends ScalaModule with NativeImage {
14-
def scalaVersion = "2.13.6"
14+
def scalaVersion = "2.13.8"
1515

1616
def nativeImageClassPath = T{
1717
runClasspath()

0 commit comments

Comments
 (0)