Skip to content
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.

Commit

Permalink
Update sbt-scala-module to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lrytz committed Apr 17, 2020
1 parent 023128f commit ec293d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
@@ -1,7 +1,7 @@
import Keys.{ `package` => packageTask }

lazy val commonSettings = ScalaModulePlugin.scalaModuleSettings ++
ScalaModulePlugin.scalaModuleSettingsJVM ++
ScalaModulePlugin.scalaModuleOsgiSettings ++
Seq(
scalaModuleRepoName := "scala-continuations",
organization := "org.scala-lang.plugins",
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
@@ -1 +1 @@
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.1.4")
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.2.0")

0 comments on commit ec293d8

Please sign in to comment.