Skip to content

Commit

Permalink
Merge pull request #71 from moradology/release-0.1.0
Browse files Browse the repository at this point in the history
Bump to 0.1.0
  • Loading branch information
moradology authored Nov 29, 2018
2 parents 1cceea0 + d27d06f commit f2243ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import com.scalapenos.sbt.prompt.SbtPrompt.autoImport._

promptTheme := com.scalapenos.sbt.prompt.PromptThemes.ScalapenosTheme

val mamlVersion = "0.0.17" + scala.util.Properties.envOrElse("MAML_VERSION_SUFFIX", "")
val mamlVersion = "0.1.0" + scala.util.Properties.envOrElse("MAML_VERSION_SUFFIX", "")

/** Project configurations */
lazy val root = project.in(file("."))
Expand Down Expand Up @@ -69,7 +69,7 @@ val commonSettings = Seq(
licenses += ("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0.txt")),
version := mamlVersion,
scalaVersion := "2.11.12",
crossScalaVersions := Seq("2.11.12", "2.12.3"),
crossScalaVersions := Seq("2.11.12", "2.12.7"),
resolvers ++= Seq(
Resolver.sonatypeRepo("releases"),
"locationtech-releases" at "https://repo.locationtech.org/content/groups/releases",
Expand Down

0 comments on commit f2243ff

Please sign in to comment.