Skip to content

Commit

Permalink
v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
olafurpg committed Apr 3, 2017
1 parent b3c2d16 commit 7b5603b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ lazy val `scalafix-sbt` = project

lazy val `scalafix-testutils` = project.settings(
allSettings,
noPublish,
libraryDependencies ++= Seq(
"com.googlecode.java-diff-utils" % "diffutils" % "1.3.0",
scalatest
Expand Down Expand Up @@ -354,6 +355,7 @@ lazy val dummyScalahostProject = project
.in(file("target/dummy"))
.settings(
allSettings,
noPublish,
description := "Just a project that has scalahost-nsc on the classpath.",
libraryDependencies += scalahostNsc
)
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.3.3-ASNAPSHOT"
version in ThisBuild := "0.3.3"

0 comments on commit 7b5603b

Please sign in to comment.