We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba453c commit 3988537Copy full SHA for 3988537
project/ManualSettings.scala
@@ -20,7 +20,7 @@ object ManualSettings {
20
21
object versions {
22
23
- val latestRelease = "1.3.0"
+ val latestRelease = "1.3.1"
24
25
private def version(version: String, label: String = "EOL"): Version = {
26
val (pathSegment, canonical) = version match {
project/plugins.sbt
@@ -10,6 +10,6 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")
10
11
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
12
13
-addSbtPlugin("org.typelevel" % "laika-sbt" % "1.2.1")
+addSbtPlugin("org.typelevel" % "laika-sbt" % "1.3.0")
14
15
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.4")
0 commit comments