A relaxed chat room about sbt (the interactive build tool). Also good for sbt help: Stack Overflow, or Lightbend subscription. https://www.scala-sbt.org/support.html has advice on where to go.
eed3si9n on 0.13
Adds bundledLauncherProj to all… Remove launcher tests Add unit tests to Travis and 3 more (compare)
eed3si9n on fixbuild
eed3si9n on fixbuild
Fix typo (compare)
eed3si9n on fixbuild
Adds bundledLauncherProj to all… Remove launcher tests Add unit tests to Travis and 1 more (compare)
eed3si9n on scalaversionbump
eed3si9n on 0.13
Bumping up Scala version to 2.1… Try to keep bincompat Fixes #1666 and 1 more (compare)
eed3si9n on scalaversionbump
Fixes #1666 (compare)
@thsutton I am using these plugins:
> plugins
In file:/E:/perf/
sbt.plugins.IvyPlugin: enabled in perf
sbt.plugins.JvmPlugin: enabled in perf
sbt.plugins.CorePlugin: enabled in perf
sbt.plugins.JUnitXmlReportPlugin: enabled in perf
sbt.plugins.Giter8TemplatePlugin: enabled in perf
com.typesafe.sbteclipse.plugin.EclipsePlugin: enabled in perf
coursier.CoursierPlugin: enabled in perf
io.gatling.sbt.GatlingPlugin: enabled in perf
in build.sbt
I have scalaVersion := "2.12.2"
how do I find out which plugin is incompatible with this version of scala ?
Hi guys,
I've got an issue where I package a native lib in a jar along with my sbt plugin. When the user of the plugin has a different version on his machine, there is the possibility for linking issues when the library is loaded with Native.loadLibrary
.
Do you know of a way to force loading the library from the jar?
paradise
in their value.[info] * -deprecation
[info] * -encoding
[info] * UTF-8
[info] * -feature
[info] * -language:existentials
[info] * -language:experimental.macros
[info] * -language:higherKinds
[info] * -language:implicitConversions
[info] * -unchecked
[info] * -Xfatal-warnings
[info] * -Xfuture
[info] * -Xlint:-unused,_
[info] * -Yliteral-types
[info] * -Yno-adapted-args
[info] * -Ywarn-numeric-widen
[info] * -Xplugin-require:macroparadise
[info] * -Xplugin:/home/soronpo/.ivy2/cache/org.scalamacros/paradise_2.12.2/jars/paradise_2.12.2-2.1.0.jar
[info] * -Xplugin:/home/soronpo/.ivy2/cache/org.scalameta/paradise_2.12.2/jars/paradise_2.12.2-3.0.0-M9.jar