Skip to content

Commit

Permalink
delete resolvers entry, delete version.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
pk044 committed Sep 20, 2022
1 parent 1b3b4c0 commit 3702306
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,7 @@ lazy val commonSettings = baseSettings ++ Seq(
Seq("-language:implicitConversions", "-Ykind-projector", "-Xignore-scala2-macros")
else Seq("-language:implicitConversions", "-language:experimental.macros")),
// (scalacOptions in Test) ++= Seq("-Ymacro-debug-lite" /*, "-Xlog-implicits"*/ ),
libraryDependencies += scalaTest % "test",
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"
libraryDependencies += scalaTest % "test"
)

lazy val slickSettings = commonSettings ++ Seq(
Expand Down
1 change: 0 additions & 1 deletion version.sbt

This file was deleted.

0 comments on commit 3702306

Please sign in to comment.