Skip to content

Commit

Permalink
Merge pull request #15 from altoo-ag/prepareRelease
Browse files Browse the repository at this point in the history
Prepare release
  • Loading branch information
danischroeter authored Feb 1, 2024
2 parents 41b8d31 + b9ee7dc commit 61a5afa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Note that we use semantic versioning - see [semver.org](https://semver.org/).
To use the latest stable release of scala-kryo-serialization in sbt projects you just need to add
this dependency:

`libraryDependencies += "io.altoo" %% "scala-kryo-serialization" % "1.1.0"`
`libraryDependencies += "io.altoo" %% "scala-kryo-serialization" % "1.2.0"`

#### maven projects

Expand All @@ -73,7 +73,7 @@ To use the official release of scala-kryo-serialization in Maven projects, pleas
<dependency>
<groupId>io.altoo</groupId>
<artifactId>scala-kryo-serialization_2.13</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.7
sbt.version=1.9.8
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0")
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0")
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")

0 comments on commit 61a5afa

Please sign in to comment.