Skip to content

Commit 3988537

Browse files
committed
release version 1.3.1
1 parent 0ba453c commit 3988537

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/ManualSettings.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ object ManualSettings {
2020

2121
object versions {
2222

23-
val latestRelease = "1.3.0"
23+
val latestRelease = "1.3.1"
2424

2525
private def version(version: String, label: String = "EOL"): Version = {
2626
val (pathSegment, canonical) = version match {

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")
1010

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

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

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

0 commit comments

Comments
 (0)