Skip to content

Commit 7b5603b

Browse files
committed
v0.3.3
1 parent b3c2d16 commit 7b5603b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ lazy val `scalafix-sbt` = project
268268

269269
lazy val `scalafix-testutils` = project.settings(
270270
allSettings,
271+
noPublish,
271272
libraryDependencies ++= Seq(
272273
"com.googlecode.java-diff-utils" % "diffutils" % "1.3.0",
273274
scalatest
@@ -354,6 +355,7 @@ lazy val dummyScalahostProject = project
354355
.in(file("target/dummy"))
355356
.settings(
356357
allSettings,
358+
noPublish,
357359
description := "Just a project that has scalahost-nsc on the classpath.",
358360
libraryDependencies += scalahostNsc
359361
)

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "0.3.3-ASNAPSHOT"
1+
version in ThisBuild := "0.3.3"

0 commit comments

Comments
 (0)