Skip to content

Commit

Permalink
updated scala
Browse files Browse the repository at this point in the history
  • Loading branch information
kailuowang committed Aug 4, 2020
1 parent 8e9c989 commit 61c6beb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Expand Up @@ -18,7 +18,7 @@ lazy val root = project.in(file("."))
sourcesInBase := false,
noPublishSettings,

scalaVersion := "2.12.8"
scalaVersion := "2.12.12"
)

lazy val playSwagger = project.in(file("core"))
Expand All @@ -30,7 +30,7 @@ lazy val playSwagger = project.in(file("core"))
Dependencies.playJson ++
Dependencies.test ++
Dependencies.yaml,
scalaVersion := "2.12.8",
scalaVersion := "2.12.12",
crossScalaVersions := Seq(scalaVersion.value, "2.11.12")
)

Expand All @@ -46,7 +46,7 @@ lazy val sbtPlaySwagger = project.in(file("sbtPlugin"))
name := "sbt-play-swagger",
description := "sbt plugin for play swagger spec generation",
sbtPlugin := true,
scalaVersion := "2.12.8",
scalaVersion := "2.12.12",
scripted := scripted.dependsOn(publishLocal in playSwagger).evaluated,
scriptedLaunchOpts := { scriptedLaunchOpts.value ++
Seq("-Xmx1024M", "-Dplugin.version=" + version.value)
Expand Down

0 comments on commit 61c6beb

Please sign in to comment.