@@ -9,7 +9,7 @@ enablePlugins(
99// target sbt 1.2.8 to allow 1.0+ compatibility
1010pluginCrossBuild / sbtVersion := " 1.2.8"
1111
12- val circeVersion = " 0.12.3 "
12+ val circeVersion = " 0.14.1 "
1313
1414libraryDependencies ++= Seq (
1515 " io.circe" %% " circe-core" ,
@@ -18,8 +18,8 @@ libraryDependencies ++= Seq(
1818).map(_ % circeVersion)
1919
2020libraryDependencies ++= Seq (
21- " software.purpledragon" %% " text-utils" % " 1.2 .0" ,
22- " org.scalatest" %% " scalatest" % " 3.1.0 " % Test
21+ " software.purpledragon" %% " text-utils" % " 1.3 .0" ,
22+ " org.scalatest" %% " scalatest" % " 3.2.9 " % Test
2323)
2424
2525organizationName := " Michael Stringer"
@@ -30,7 +30,7 @@ scriptedLaunchOpts := { scriptedLaunchOpts.value ++
3030 Seq (" -Xmx1024M" , " -Dplugin.version=" + version.value)
3131}
3232
33- scapegoatVersion in ThisBuild := " 1.3.11 "
33+ ThisBuild / scapegoatVersion := " 1.4.9 "
3434
3535developers := List (
3636 Developer (" stringbean" , " Michael Stringer" , " @the_stringbean" , url(" https://github.com/stringbean" ))
@@ -43,8 +43,6 @@ scmInfo := Some(
4343 " https://github.com/stringbean/sbt-dependency-lock.git" ))
4444git.remoteRepo := " git@github.com:stringbean/sbt-dependency-lock.git"
4545
46- bintrayPackageLabels := Seq (" sbt" , " sbt-plugin" , " lockfile" )
47-
4846import sbtrelease .ReleasePlugin .autoImport .ReleaseTransformations ._
4947
5048releasePublishArtifactsAction := PgpKeys .publishSigned.value
@@ -64,3 +62,5 @@ releaseProcess := Seq[ReleaseStep](
6462 commitNextVersion,
6563 pushChanges
6664)
65+
66+ previewLaunchBrowser := false
0 commit comments