Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit fb3267d

Browse files
committed
remove snapshot for 2.1.0
1 parent f9f9bee commit fb3267d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ lazy val scala213 = "2.13.2"
66
lazy val supportedScalaVersions = List(scala211, scala212, scala213)
77

88
ThisBuild / organization := "org.allenai.common"
9-
ThisBuild / version := "2.1.1-SNAPSHOT"
9+
ThisBuild / version := "2.1.0"
1010
ThisBuild / scalaVersion := scala212
1111

1212
lazy val spray = "spray" at "http://repo.spray.io/"

0 commit comments

Comments
 (0)