From 0b2f646a65816422a7379bad71254d27572cf6f6 Mon Sep 17 00:00:00 2001 From: Nathan Zimmerman Date: Wed, 6 Feb 2019 17:03:42 -0500 Subject: [PATCH] Use gt2.2 and bump to v0.1.1 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 482fcdf5..592edb41 100644 --- a/build.sbt +++ b/build.sbt @@ -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(".")) @@ -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:_*)