Skip to content

Commit

Permalink
Update scala-library to 2.12.18 (#288)
Browse files Browse the repository at this point in the history
Co-authored-by: eikek-scala-steward <eikek-scala-steward@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Jun 9, 2023
1 parent 347e4c6 commit 1a18a76
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Dependencies._
import ReleaseTransformations._

ThisBuild / scalaVersion := "2.12.17"
ThisBuild / scalaVersion := "2.12.18"
ThisBuild / versionScheme := Some("early-semver")

addCommandAlias("ci", "; lint; test; scripted; publishLocal")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import com.github.eikek.sbt.openapi._

name := "sbt-openapi-simple-test"
version := "0.0.1"
scalaVersion := "2.12.17"
scalaVersion := "2.12.18"

libraryDependencies ++= Seq(
"io.circe" %% "circe-generic-extras" % "0.11.1",
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/sbt-test/openapi-test/json-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import com.github.eikek.sbt.openapi._

name := "sbt-openapi-simple-test"
version := "0.0.1"
scalaVersion := "2.12.17"
scalaVersion := "2.12.18"

libraryDependencies ++= Seq(
"io.circe" %% "circe-core" % "0.11.1",
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/sbt-test/openapi-test/simple-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import com.github.eikek.sbt.openapi._

name := "sbt-openapi-simple-scala-test"
version := "0.0.1"
scalaVersion := "2.12.17"
scalaVersion := "2.12.18"

enablePlugins(OpenApiSchema)
openapiTargetLanguage := Language.Scala
Expand Down

0 comments on commit 1a18a76

Please sign in to comment.