Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yaooqinn committed Feb 16, 2021
1 parent 2665a5a commit 290990d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ libraryDependencies += "org.scalacheck" %% s"scalacheck" % "1.14.2" % "test"
fork in Test := true
parallelExecution in Test := true

addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.5")

inThisBuild(List(
organization := "com.github.yaooqinn",
homepage := Some(url("https://github.com/yaooqinn/itachi")),
Expand Down
18 changes: 18 additions & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.5")

0 comments on commit 290990d

Please sign in to comment.