Skip to content

Commit

Permalink
Bump schema version
Browse files Browse the repository at this point in the history
  • Loading branch information
Duhemm committed Mar 27, 2018
1 parent 7eba731 commit 8c8e2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/BuildPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ object BuildImplementation {
import ch.epfl.scala.sbt.release.ReleaseEarlyPlugin.{autoImport => ReleaseEarlyKeys}

final val globalSettings: Seq[Def.Setting[_]] = Seq(
BuildKeys.schemaVersion := "1.2-refresh",
BuildKeys.schemaVersion := "1.3",
Keys.testOptions in Test += sbt.Tests.Argument("-oD"),
Keys.onLoadMessage := Header.intro,
Keys.publishArtifact in Test := false,
Expand Down

0 comments on commit 8c8e2cf

Please sign in to comment.