We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c2d16 commit 7b5603bCopy full SHA for 7b5603b
build.sbt
@@ -268,6 +268,7 @@ lazy val `scalafix-sbt` = project
268
269
lazy val `scalafix-testutils` = project.settings(
270
allSettings,
271
+ noPublish,
272
libraryDependencies ++= Seq(
273
"com.googlecode.java-diff-utils" % "diffutils" % "1.3.0",
274
scalatest
@@ -354,6 +355,7 @@ lazy val dummyScalahostProject = project
354
355
.in(file("target/dummy"))
356
.settings(
357
358
359
description := "Just a project that has scalahost-nsc on the classpath.",
360
libraryDependencies += scalahostNsc
361
)
version.sbt
@@ -1 +1 @@
1
-version in ThisBuild := "0.3.3-ASNAPSHOT"
+version in ThisBuild := "0.3.3"
0 commit comments