Skip to content

Commit c3a8ee2

Browse files
committed
bump versions, re-build
1 parent d2c93c5 commit c3a8ee2

7 files changed

Lines changed: 942 additions & 835 deletions

File tree

build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//> using scala 3.6.3
1+
//> using scala 3.6.4
22
//> using toolkit 0.7.0
33

44
// run with: scala run build.scala

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ <h1 class="title">reqT - Requirements Engineering Tool</h1>
133133
href="https://cs.lth.se/bjorn-regnell">Prof. Björn Regnell</a>. Used at
134134
Lund University in <a href="https://cs.lth.se/krav">this course</a>.</p>
135135
<h2 id="download">Download</h2>
136-
<p>Latest version: <b> 4.6.2 </b>   All versions:   <a
136+
<p>Latest version: <b> 4.6.3 </b>   All versions:   <a
137137
href="https://github.com/reqT/reqT/releases">reqT</a>   <a
138138
href="https://github.com/reqT/reqT-lang/releases">reqT-lang</a></p>
139139
<div id="downloadButtons">
@@ -207,8 +207,8 @@ <h2 id="getting-started">Getting started</h2>
207207
<code>scala run hello-reqt.scala</code></li>
208208
</ul>
209209
<div class="sourceCode" id="cb2"><pre
210-
class="sourceCode scala"><code class="sourceCode scala"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="co">//&gt; using scala 3.6.3</span></span>
211-
<span id="cb2-2"><a href="#cb2-2" aria-hidden="true" tabindex="-1"></a><span class="co">//&gt; using dep &quot;reqt:reqt:4.4.1,url=https://github.com/reqT/reqT/releases/download/v4.4.1/reqT-4.4.1.jar&quot;</span></span>
210+
class="sourceCode scala"><code class="sourceCode scala"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="co">//&gt; using scala 3.6.4</span></span>
211+
<span id="cb2-2"><a href="#cb2-2" aria-hidden="true" tabindex="-1"></a><span class="co">//&gt; using dep &quot;reqt:reqt:4.6.3,url=https://github.com/reqT/reqT/releases/download/v4.6.3/reqT-4.6.3.jar&quot;</span></span>
212212
<span id="cb2-3"><a href="#cb2-3" aria-hidden="true" tabindex="-1"></a></span>
213213
<span id="cb2-4"><a href="#cb2-4" aria-hidden="true" tabindex="-1"></a><span class="kw">import</span> reqt<span class="op">.*</span></span>
214214
<span id="cb2-5"><a href="#cb2-5" aria-hidden="true" tabindex="-1"></a></span>

latest-version/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.6.2
1+
4.6.3

0 commit comments

Comments
 (0)