Skip to content

Commit

Permalink
Minor dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed Dec 17, 2024
1 parent 2c073f0 commit 7dc73f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ val developerURL: String = "https://matthicks.com"

name := projectName
ThisBuild / organization := org
ThisBuild / version := "1.1.1"
ThisBuild / version := "1.1.2-SNAPSHOT"
ThisBuild / scalaVersion := scala213
ThisBuild / crossScalaVersions := allScalaVersions
ThisBuild / scalacOptions ++= Seq("-unchecked", "-deprecation")
Expand Down Expand Up @@ -64,7 +64,7 @@ val mapdbVersion: String = "3.1.0"

val jedisVersion: String = "5.2.0"

val fabricVersion: String = "1.15.4"
val fabricVersion: String = "1.15.5"

val scribeVersion: String = "3.15.3"

Expand Down

0 comments on commit 7dc73f1

Please sign in to comment.