Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Mendez committed Dec 28, 2017
1 parent 2c40a7a commit f3efa91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ lazy val commonSettings = Seq(
scalaVersion := "2.12.3",
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.3" % "test",
resolvers += Resolver.mavenLocal,
publishTo := Some(Resolver.mavenLocal)
publishTo := Some(Resolver.mavenLocal),
publishMavenStyle := true
)

lazy val core = project
Expand Down

0 comments on commit f3efa91

Please sign in to comment.