Skip to content

Commit

Permalink
release version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshalm committed Jan 1, 2025
1 parent 0ba453c commit 3988537
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/ManualSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ object ManualSettings {

object versions {

val latestRelease = "1.3.0"
val latestRelease = "1.3.1"

private def version(version: String, label: String = "EOL"): Version = {
val (pathSegment, canonical) = version match {
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")

addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")

addSbtPlugin("org.typelevel" % "laika-sbt" % "1.2.1")
addSbtPlugin("org.typelevel" % "laika-sbt" % "1.3.0")

addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.4")

0 comments on commit 3988537

Please sign in to comment.