You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can find the latest version of introprog-scalalib on [scaladex](https://index.scala-lang.org/lunduniversity/introprog-scalalib/introprog).
31
-
32
-
When you run `sbt` in a terminal the introprog lib is automatically downloaded and made available on your classpath.
33
-
Then you can do things like:
30
+
When you run `sbt` in a terminal, with the above in your `build.sbt`, the introprog lib is automatically downloaded and made available on your classpath. Then you can do things like:
34
31
35
32
```
36
-
> sbt
37
33
sbt> console
38
34
scala> val w = new introprog.PixelWindow()
39
35
scala> w.fill(100,100,100,100,java.awt.Color.red)
40
36
```
37
+
38
+
## Manual download
39
+
40
+
You can also manually download the latest jar file from here:
0 commit comments