updated sbt version
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import org.oggio88.sbt.{NimPlugin, WildflyPlugin}
|
||||
import org.oggio88.sbt.ConfigurationFile._
|
||||
import net.woggioni.sbt.{NimPlugin, WildflyPlugin}
|
||||
import net.woggioni.sbt.ConfigurationFile._
|
||||
|
||||
name := "jpacrepo"
|
||||
|
||||
@@ -32,7 +32,6 @@ libraryDependencies += "org.jboss.resteasy" % "resteasy-client" % Versions.restE
|
||||
libraryDependencies += "org.jboss.resteasy" % "resteasy-jackson2-provider" % Versions.restEasy % Test
|
||||
libraryDependencies += "org.scalatest" %% "scalatest" % Versions.scalatest % Test
|
||||
|
||||
|
||||
enablePlugins(WarPlugin)
|
||||
enablePlugins(WildflyPlugin)
|
||||
enablePlugins(NimPlugin)
|
||||
@@ -71,4 +70,4 @@ resourceGenerators in Compile += Def.task({
|
||||
(resourceManaged in Compile).value / "META-INF" / "persistence.xml",
|
||||
Map("dataSourceJNDI" -> datasourceJNDI.value,
|
||||
"dataBaseAction" -> databaseAction.value)))
|
||||
}).taskValue
|
||||
}).taskValue
|
||||
|
Reference in New Issue
Block a user