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 committed May 31, 2024
1 parent 8d8f63b commit df6e2c3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ trait Common extends ScalaModule with PublishModule with ScalafixModule {
)
)
def publishVersion = VcsVersion.vcsState().format()
def scalaVersion = "2.13.12"
def scalaVersion = "2.13.14"

def scalacOptions =
super.scalacOptions() ++ Seq("-Ywarn-unused", "-deprecation")
Expand Down Expand Up @@ -134,8 +134,7 @@ trait itestCross extends MillIntegrationTestModule with Cross.Module[String] {
PathRef(testBase / "not-publish-module") -> Seq(
TestInvocation.Targets(Seq("prepare")),
TestInvocation.Targets(Seq("verify"), expectedExitCode = 1)
),

)
)
}
}

0 comments on commit df6e2c3

Please sign in to comment.