From 723669146eb06916bc1a1fd1b3aa158c0addff82 Mon Sep 17 00:00:00 2001 From: Iltotore Date: Mon, 6 Sep 2021 17:37:48 +0200 Subject: [PATCH] feat: Update version of iron and iron-numeric --- build.sc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sc b/build.sc index df23de73..f4e95f7d 100644 --- a/build.sc +++ b/build.sc @@ -26,7 +26,7 @@ object main extends ScalaModule with PublishModule { def scalaVersion = "3.0.0" - def publishVersion = "1.1" + def publishVersion = "1.1.1" def majorVersion: T[String] = publishVersion() .split("\\.") @@ -156,7 +156,7 @@ trait IronModule extends ScalaModule with PublishModule { //Subprojects object numeric extends IronModule { - def subVersion = "0.1.0" + def subVersion = "1.0.0" object test extends Tests with ScalaTest }