Skip to content

Commit

Permalink
feat: Update version of iron and iron-numeric
Browse files Browse the repository at this point in the history
  • Loading branch information
Iltotore committed Sep 6, 2021
1 parent 40e39cb commit 7236691
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -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("\\.")
Expand Down Expand Up @@ -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
}
Expand Down

0 comments on commit 7236691

Please sign in to comment.