Skip to content

Commit

Permalink
Merge pull request #73 from eed3si9n/wip/use_one
Browse files Browse the repository at this point in the history
use sbt 1.0.0
  • Loading branch information
eed3si9n authored Aug 26, 2017
2 parents 539a216 + 35d1d5d commit 50fa152
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Dependencies._
// import com.typesafe.tools.mima.core._, ProblemFilters._

def baseVersion: String = "1.0.0-M12"
def baseVersion: String = "1.1.0"

def commonSettings: Seq[Setting[_]] = Seq(
scalaVersion := scala212,
Expand Down Expand Up @@ -36,5 +36,5 @@ val io = (project in file("io"))
libraryDependencies ++= Seq(scalaCompiler.value % Test, scalaCheck % Test, scalatest % Test),
sourceManaged in (Compile, generateContrabands) := baseDirectory.value / "src" / "main" / "contraband-scala",
initialCommands in console += "\nimport sbt.io._, syntax._",
mimaPreviousArtifacts := Set(organization.value %% moduleName.value % "1.0.0-RC3")
mimaPreviousArtifacts := Set(organization.value %% moduleName.value % "1.0.0")
)
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.0.0-RC3
sbt.version=1.0.0

0 comments on commit 50fa152

Please sign in to comment.