Skip to content

Commit

Permalink
Merge pull request #524 from softwaremill/update/scala-library-2.13.12
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.12
  • Loading branch information
mergify[bot] authored Sep 12, 2023
2 parents 71674dd + d4de30a commit 4705a72
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 @@ -43,7 +43,7 @@ lazy val dockerSettings = Seq(

lazy val commonSettings: Seq[Def.Setting[_]] = commonSmlBuildSettings ++ ossPublishSettings ++ Seq(
organization := "com.softwaremill.sttp.livestub",
scalaVersion := "2.13.11",
scalaVersion := "2.13.12",
scalafmtOnCompile := false,
scmInfo := Some(
ScmInfo(
Expand Down

0 comments on commit 4705a72

Please sign in to comment.