Skip to content

Commit

Permalink
Improve clarity: The right version to use? dragonfly-ai#18
Browse files Browse the repository at this point in the history
  • Loading branch information
Quafadas committed Oct 8, 2023
1 parent de4a22b commit d551fbd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import laika.ast.*
import laika.markdown.github.GitHubFlavor
import laika.parse.code.SyntaxHighlighting

val appVersion:String = "0.101"
val globalScalaVersion = "3.3.1"

ThisBuild / organization := "ai.dragonfly"
Expand All @@ -25,7 +24,8 @@ ThisBuild / tlFatalWarnings := false

ThisBuild / tlSitePublishBranch := Some("main")

ThisBuild / tlBaseVersion := appVersion
ThisBuild / tlBaseVersion := "0.1" // this isn't used yet, until MIMA gets enabled by changing tlVersionIntroduced
ThisBuild / tlVersionIntroduced := Map("3" -> "1.0.0")
ThisBuild / tlCiReleaseBranches := Seq()
ThisBuild / tlSonatypeUseLegacyHost := false

Expand All @@ -35,8 +35,6 @@ ThisBuild / nativeConfig ~= {
.withGC(scala.scalanative.build.GC.commix)
}

ThisBuild / tlVersionIntroduced := Map("3" -> "1.0.0")

lazy val slash = crossProject(
JSPlatform,
JVMPlatform,
Expand Down

0 comments on commit d551fbd

Please sign in to comment.