Skip to content

Commit c8f7625

Browse files
authored
Merge pull request #67 from openMF/renovate/scala-2.x
Update dependency scala to v2.13.16
2 parents e1db2ad + 594a2f3 commit c8f7625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ficoscore-simulation-client-java/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
33
organization := "org.mifos.creditbureau",
44
name := "circulo-de-credito-connector",
55
version := "1.0.0",
6-
scalaVersion := "2.11.12",
6+
scalaVersion := "2.13.16",
77
scalacOptions ++= Seq("-feature"),
88
compile / javacOptions ++= Seq("-Xlint:deprecation"),
99
Compile / packageDoc / publishArtifact := false,

0 commit comments

Comments
 (0)