Skip to content

Commit

Permalink
bump version to 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ivantopo committed Jun 12, 2023
1 parent ebaee33 commit 03f2e01
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ project/plugins/project/
.scala_dependencies
.idea
.idea_modules
.bsp

# Intellij
.idea/
Expand Down
1 change: 0 additions & 1 deletion \

This file was deleted.

4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ lazy val `kamon-http4s-0_23` = project
.settings(
shared,
name := "kamon-http4s-0.23",
crossScalaVersions += "3.1.3",
crossScalaVersions += "3.3.0",
libraryDependencies ++= http4sDeps("0.23.19", "0.23.14")
)

Expand All @@ -66,7 +66,7 @@ lazy val `kamon-http4s-1_0` = project
.settings(
shared,
name := "kamon-http4s-1.0",
crossScalaVersions += "3.1.3",
crossScalaVersions := Seq("2.13.8", "3.3.0"),
libraryDependencies ++= http4sDeps("1.0.0-M38", "1.0.0-M38")
)

Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "2.2.2"
ThisBuild / version := "2.6.1"

0 comments on commit 03f2e01

Please sign in to comment.