Skip to content

Commit 082beda

Browse files
committed
Correct badges' parameters - use current artifact name and Scala 3 version
1 parent ffa137d commit 082beda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ ijp-scala-console
33

44
IJP Scala Console is simple user interface for executing Scala scripts.
55

6-
[![Actions Status](https://github.com/ij-plugins/ijp-scala-console/workflows/Scala%20CI/badge.svg)](https://github.com/ij-plugins/ijp-scala-console/actions)
7-
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.sf.ij-plugins/ijp-scala-console_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/net.sf.ij-plugins/ijp-scala-console_2.12)
8-
[![Scaladoc](https://javadoc.io/badge2/net.sf.ij-plugins/ijp-scala-console_2.12/scaladoc.svg)](https://javadoc.io/doc/net.sf.ij-plugins/ijp-scala-console_2.12)
6+
[![Actions Status](https://github.com/ij-plugins/ijp-scala-console/workflows/Scala%20CI/badge.svg)](https://github.com/ij-plugins/scala-console/actions)
7+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.sf.ij-plugins/scala-console_3/badge.svg)](https://maven-badges.herokuapp.com/maven-central/net.sf.ij-plugins/scala-console_3)
8+
[![Scaladoc](https://javadoc.io/badge2/net.sf.ij-plugins/scala-console_3/scaladoc.svg)](https://javadoc.io/doc/net.sf.ij-plugins/scala-console_3)
99

1010
The Scala Console can be run stand-alone, embedded in a desktop application, or [ImageJ] plugin. UI is build with
1111
ScalaFX.

0 commit comments

Comments
 (0)