File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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
3939Java classes can be imported and used in scala code without
4040modification. For instance, here is a scala version of
@@ -98,6 +98,7 @@ present in BioJava.
9898First, include the ScaBio jars and dependencies in your classpath. If
9999using maven this is quite simple. Add the required packages to your
100100pom.xml:
101+
101102``` xml
102103<dependency >
103104 <groupId >net.gumbix</groupId >
You can’t perform that action at this time.
0 commit comments