Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fomkin committed Feb 26, 2016
1 parent 123f51a commit ef52b60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
Для начала просто добавить библиотеку в зависимости вашего проекта

```scala
libraryDependencies += "com.github.fomkin" %% "petrovich-scala" % "0.1.0"
libraryDependencies += "com.github.fomkin" %% "petrovich-scala" % "0.1.1"
```

В случае Scala.js зависимость следует указывать так

```scala
libraryDependencies += "com.github.fomkin" %%% "petrovich-scala" % "0.1.0"
libraryDependencies += "com.github.fomkin" %%% "petrovich-scala" % "0.1.1"
```

Теперь Петрович готов к работе. Давайте напишем немного кода.
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ val publishSettings = Seq(
val commonSettings = publishSettings ++ Seq(
scalaVersion := "2.11.7",
organization := "com.github.fomkin",
version := "0.2.0-SNAPSHOT",
version := "0.1.1",
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.0.0-M7" % "test",
scalacOptions ++= Seq(
"-deprecation",
Expand Down

0 comments on commit ef52b60

Please sign in to comment.