Skip to content

Commit

Permalink
Updates missed tut 0.5.6 for scala 0.13.x (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpedromoreno authored Nov 6, 2017
1 parent 00b7012 commit 76088f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project/ProjectPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ object ProjectPlugin extends AutoPlugin {
val scalaBinaryVersionValue = (scalaBinaryVersion in update).value

val (tutPluginVersion, scrimageVersion) = sbtVersionValue match {
case sbtV.`0.13` => ("0.5.5", "2.1.7")
case sbtV.`0.13` => ("0.5.6", "2.1.7")
case sbtV.`1.0` => ("0.6.2", "2.1.8")
}

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sbt.Resolver.sonatypeRepo

resolvers ++= Seq(sonatypeRepo("snapshots"), sonatypeRepo("releases"))
addSbtPlugin("com.47deg" % "sbt-org-policies" % "0.8.9")
addSbtPlugin("com.47deg" % "sbt-org-policies" % "0.8.10")

libraryDependencies += {
lazy val sbtVersionValue = (sbtVersion in pluginCrossBuild).value
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.7.6-SNAPSHOT"
version in ThisBuild := "0.7.6"

0 comments on commit 76088f7

Please sign in to comment.