Skip to content

Commit

Permalink
Update dependency scala to v2.13.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 22, 2024
1 parent a1b439a commit f2faebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
organization := "io.swagger",
name := "swagger-java-client",
version := "1.0.0",
scalaVersion := "2.13.12",
scalaVersion := "2.13.13",
scalacOptions ++= Seq("-feature"),
javacOptions in compile ++= Seq("-Xlint:deprecation"),
publishArtifact in (Compile, packageDoc) := false,
Expand Down

0 comments on commit f2faebb

Please sign in to comment.