xuwei-k / sbt-jshell

sbt jshell plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sbt jshell plugin

requirement

  • Java 9 or higher

setup

project/plugin.sbt

addSbtPlugin("com.github.xuwei-k" % "sbt-jshell" % "0.1.4")

build.sbt

enablePlugins(JShellPlugin)

About

sbt jshell plugin

License:MIT License


Languages

Language:Scala 100.0%