Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sbt org policies. Release 0.6.2 #215

Merged
merged 3 commits into from
Aug 29, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion project/ProjectPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ object ProjectPlugin extends AutoPlugin {
addSbtPlugin("org.tpolecat" % "tut-plugin" % "0.5.2"),
libraryDependencies ++= Seq(
%%("moultingyaml"),
"com.47deg" %% "org-policies-core" % "0.5.8",
"com.47deg" %% "org-policies-core" % "0.5.15",
Copy link
Contributor

@fedefernandez fedefernandez Aug 29, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The last published version is 0.5.14
Now I see the other PR 👍

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bumped tut-plugin again for scala-xml:1.06: 47degrees/sbt-org-policies#487, which you just approved as I was typing this comment.

"com.lihaoyi" %% "scalatags" % "0.6.5",
"org.scalactic" %% "scalactic" % "3.0.3",
"com.sksamuel.scrimage" %% "scrimage-core" % "2.1.7",
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
libraryDependencies += "org.scala-sbt" % "scripted-plugin" % sbtVersion.value
resolvers ++= Seq(Resolver.sonatypeRepo("snapshots"), Resolver.sonatypeRepo("releases"))
addSbtPlugin("com.47deg" % "sbt-org-policies" % "0.5.8")
addSbtPlugin("com.47deg" % "sbt-org-policies" % "0.5.15")
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.6.2-SNAPSHOT"
version in ThisBuild := "0.6.2"