Skip to content

Commit 778de53

Browse files
committed
Another fix
1 parent 4d17c4f commit 778de53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_wiki/Scala.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ project just add the following to your sbt file.
3434

3535
`libraryDependencies += "org.biojava" % "biojava3-core" % "3.1.0"`
3636

37-
`resolvers += "BioJava repository" at "`[`http://www.biojava.org/download/maven/`](http://www.biojava.org/download/maven/)`"`
37+
`resolvers += "BioJava repository" at "[http://www.biojava.org/download/maven/](http://www.biojava.org/download/maven/)"`
3838

3939
Java classes can be imported and used in scala code without
4040
modification. For instance, here is a scala version of
@@ -98,6 +98,7 @@ present in BioJava.
9898
First, include the ScaBio jars and dependencies in your classpath. If
9999
using maven this is quite simple. Add the required packages to your
100100
pom.xml:
101+
101102
```xml
102103
<dependency>
103104
    <groupId>net.gumbix</groupId>

0 commit comments

Comments
 (0)