Skip to content
This repository has been archived by the owner on Mar 16, 2020. It is now read-only.

Commit

Permalink
org 47deg
Browse files Browse the repository at this point in the history
  • Loading branch information
nestorpersist committed Apr 22, 2018
1 parent 47953bd commit dbdd569
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions ChangeLog
@@ -1,5 +1,6 @@
4/15/2018 Versions 1.3.1

org changed from com.fortysevendev to com.47deg

1/23/2017

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@
[![Latest version](https://index.scala-lang.org/47deg/lambdatest/lambda-test/latest.svg)](https://index.scala-lang.org/47deg/lambdatest/lambda-test)
[![Build Status](https://travis-ci.org/47deg/LambdaTest.svg?branch=master)](https://travis-ci.org/47deg/LambdaTest)
[![codecov.io](http://codecov.io/github/47deg/LambdaTest/coverage.svg?branch=master)](http://codecov.io/github/47deg/LambdaTest?branch=master)
[![Maven Central](https://img.shields.io/maven-central/v/com.fortysevendeg/lambda-test_2.12.svg)](https://maven-badges.herokuapp.com/maven-central/com.fortysevendeg/lambda-test_2.12)
[![Maven Central](https://img.shields.io/maven-central/v/com.47deg/lambda-test_2.12.svg)](https://maven-badges.herokuapp.com/maven-central/com.47deg/lambda-test_2.12)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

LambdaTest is a testing library for Scala code.
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -4,7 +4,7 @@ import com.typesafe.sbt.SbtScalariform.ScalariformKeys

name := "lambda-test"

organization := "com.fortysevendeg"
organization := "com.47deg"

version := "1.3.1"

Expand Down
6 changes: 2 additions & 4 deletions docs/src/main/tut/docs/quick.md
Expand Up @@ -7,13 +7,11 @@

Include LambdaTest jar

"com.fortysevendeg" % "lambda-test_2.12" % "1.3.1" % "test"
"com.47deg" % "lambda-test_2.12" % "1.3.1" % "test"

"com.fortysevendeg" % "lambda-test_2.11" % "1.1.2" % "test"

Each test file should include

import com.fortyseven.lambdatest._
import com.fortysevendeg.lambdatest._

Each test file class should extend the `LambdaTest` trait.

Expand Down

0 comments on commit dbdd569

Please sign in to comment.