Skip to content

Commit

Permalink
Use release version of MUnit, remove unnecessary comment about early-…
Browse files Browse the repository at this point in the history
…semver
  • Loading branch information
MateuszKubuszok committed May 22, 2024
1 parent 57ead77 commit 0f75691
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 @@ -205,7 +205,7 @@ val settings = Seq(
val dependencies = Seq(
libraryDependencies ++= Seq(
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.11.0",
"org.scalameta" %%% "munit" % "1.0.0-RC1" % Test
"org.scalameta" %%% "munit" % "1.0.0" % Test
),
libraryDependencies ++= {
CrossVersion.partialVersion(scalaVersion.value) match {
Expand All @@ -219,7 +219,7 @@ val dependencies = Seq(
}
)

val versionSchemeSettings = Seq(versionScheme := Some("early-semver")) // TODO: change to semver before 1.0.0
val versionSchemeSettings = Seq(versionScheme := Some("early-semver"))

val publishSettings = Seq(
organization := "io.scalaland",
Expand Down

0 comments on commit 0f75691

Please sign in to comment.