Skip to content

Commit 244f97a

Browse files
committed
make downloads a bullet list
1 parent 3d5e585 commit 244f97a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,12 @@ For Scala 2.12.x and 2.13.4 and older you need to use the old version `"1.1.4"`
4646

4747
### Manual download
4848

49-
Download the latest jar-file from here: https://github.com/lunduniversity/introprog-scalalib/releases
49+
Download the latest jar-file from here:
5050

51-
Or from Scaladex here: https://index.scala-lang.org/lunduniversity/introprog-scalalib
52-
53-
Or search Maven central here: https://search.maven.org/search?q=introprog
54-
55-
Or download any version directly from Maven here: https://repo1.maven.org/maven2/se/lth/cs/
51+
* Github releases: https://github.com/lunduniversity/introprog-scalalib/releases
52+
* Scaladex: https://index.scala-lang.org/lunduniversity/introprog-scalalib
53+
* Search Maven central: https://search.maven.org/search?q=introprog
54+
* Maven central server: https://repo1.maven.org/maven2/se/lth/cs/
5655

5756
Put the latest introprog jar-file in your sbt project in a subfolder called `lib`. In your `build.sbt` you only need `scalaVersion := "3.0.1"` without a library dependency to introprog, as `sbt` automatically put jars in lib on your classpath.
5857

0 commit comments

Comments
 (0)