Skip to content

Commit

Permalink
Use gt2.2 and bump to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
moradology committed Feb 6, 2019
1 parent d888a04 commit 0b2f646
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.1.0" + scala.util.Properties.envOrElse("MAML_VERSION_SUFFIX", "")
val mamlVersion = "0.1.10" + scala.util.Properties.envOrElse("MAML_VERSION_SUFFIX", "")

/** Project configurations */
lazy val root = project.in(file("."))
Expand All @@ -13,7 +13,7 @@ lazy val root = project.in(file("."))
).enablePlugins(ScalaJSPlugin)

val circeVer = "0.10.0"
val gtVer = "3.0.0-SNAPSHOT"
val gtVer = "2.2.0"

lazy val maml = crossProject.in(file("."))
.settings(publishSettings:_*)
Expand Down

0 comments on commit 0b2f646

Please sign in to comment.